File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ extern void restore_timer_ctx(void);
40
40
extern void SetSysClock (void );
41
41
42
42
/* Wait loop - assuming tick is 1 us */
43
- static void wait_loop (uint32_t timeout )
43
+ __WEAK void wait_loop (uint32_t timeout )
44
44
{
45
45
uint32_t t1 , t2 , elapsed = 0 ;
46
46
t1 = us_ticker_read ();
@@ -52,7 +52,7 @@ static void wait_loop(uint32_t timeout)
52
52
}
53
53
54
54
55
- static void ForcePeriphOutofDeepSleep (void )
55
+ __WEAK void ForcePeriphOutofDeepSleep (void )
56
56
{
57
57
uint32_t pFLatency = 0 ;
58
58
RCC_ClkInitTypeDef RCC_ClkInitStruct = {0 };
@@ -84,7 +84,7 @@ static void ForcePeriphOutofDeepSleep(void)
84
84
}
85
85
86
86
87
- static void ForceOscOutofDeepSleep (void )
87
+ __WEAK void ForceOscOutofDeepSleep (void )
88
88
{
89
89
RCC_OscInitTypeDef RCC_OscInitStruct = {0 };
90
90
You can’t perform that action at this time.
0 commit comments