We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 892aecc commit 308676dCopy full SHA for 308676d
libraries/SrcWrapper/src/stm32/clock.c
@@ -43,16 +43,6 @@
43
extern "C" {
44
#endif
45
46
-#if defined(STM32MP1xx)
47
-#include "stm32mp1xx_hal.h"
48
-/* STM32MP1xx does not have own stm32mp1xx_ll_cortex.h so define functions manually.
49
- */
50
-__STATIC_INLINE uint32_t LL_SYSTICK_IsActiveCounterFlag(void)
51
-{
52
- return ((SysTick->CTRL & SysTick_CTRL_COUNTFLAG_Msk) == (SysTick_CTRL_COUNTFLAG_Msk));
53
-}
54
-#endif
55
-
56
/**
57
* @brief Function called to read the current micro second
58
* @param None
0 commit comments