Fixed harmless warning.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15573 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
parent
79cf37a2b9
commit
3d711855a8
|
@ -46,6 +46,7 @@ uint32_t SystemCoreClock;
|
||||||
/* Driver local functions. */
|
/* Driver local functions. */
|
||||||
/*===========================================================================*/
|
/*===========================================================================*/
|
||||||
|
|
||||||
|
#if RP_CORE1_START == TRUE
|
||||||
/* Courtesy of Pico-SDK.*/
|
/* Courtesy of Pico-SDK.*/
|
||||||
static void start_core1(void) {
|
static void start_core1(void) {
|
||||||
extern uint32_t RP_CORE1_STACK_END;
|
extern uint32_t RP_CORE1_STACK_END;
|
||||||
|
@ -81,6 +82,7 @@ static void start_core1(void) {
|
||||||
seq = cmd == response ? seq + 1U : 0U;
|
seq = cmd == response ? seq + 1U : 0U;
|
||||||
} while (seq < count_of(cmd_sequence));
|
} while (seq < count_of(cmd_sequence));
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
/*===========================================================================*/
|
/*===========================================================================*/
|
||||||
/* Driver interrupt handlers. */
|
/* Driver interrupt handlers. */
|
||||||
|
|
Loading…
Reference in New Issue