diff options
Diffstat (limited to 'ports/stm32/boardctrl.h')
| -rw-r--r-- | ports/stm32/boardctrl.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ports/stm32/boardctrl.h b/ports/stm32/boardctrl.h index c870af32a..0878a453b 100644 --- a/ports/stm32/boardctrl.h +++ b/ports/stm32/boardctrl.h @@ -28,6 +28,11 @@ #include "py/mpconfig.h" +// Additional entries for use with pendsv_schedule_dispatch. +#ifndef MICROPY_BOARD_PENDSV_ENTRIES +#define MICROPY_BOARD_PENDSV_ENTRIES +#endif + #ifndef MICROPY_BOARD_STARTUP #define MICROPY_BOARD_STARTUP powerctrl_check_enter_bootloader #endif |
