- #ifndef bexus_sysclock_h
- #define bexus_sysclock_h
- #ifdef __cplusplus
- extern "C" {
- #endif
- #include "stm32f4xx_it.h"
- uint32_t millis(void);
- extern volatile uint32_t sysTickCounter;
- extern volatile uint32_t lastCoreClock;
-
- #ifdef __cplusplus
- }
- #endif
- #endif
|