diff Discovery/Inc/base.h @ 981:c6c781a2e85b default

Merge into default
author heinrichsweikamp
date Tue, 11 Feb 2025 18:12:00 +0100
parents f29369fff71e
children 3d9552e4997c
line wrap: on
line diff
--- a/Discovery/Inc/base.h	Tue Aug 13 13:24:54 2024 +0200
+++ b/Discovery/Inc/base.h	Tue Feb 11 18:12:00 2025 +0100
@@ -123,6 +123,12 @@
 void StoreButtonAction(uint8_t action);
 SButtonLock get_ButtonLock(void);
 
+#ifdef T7_DEBUG_RUNTIME
+uint32_t getMainLoopTime();
+uint32_t getDecoLoopTime();
+uint32_t getGfxLoopTime();
+#endif
+
 #endif /* BASE_H */
 
 /************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/