File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -957,15 +957,15 @@ extern const struct _mp_obj_module_t msgpack_module;
957
957
struct _supervisor_allocation_node ;
958
958
959
959
#define CIRCUITPY_COMMON_ROOT_POINTERS \
960
- const char *readline_hist[8]; \
961
- vstr_t *repl_line; \
962
- mp_obj_t rtc_time_source; \
963
- GAMEPAD_ROOT_POINTERS \
960
+ FLASH_ROOT_POINTERS \
964
961
KEYPAD_ROOT_POINTERS \
965
- mp_obj_t pew_singleton; \
962
+ GAMEPAD_ROOT_POINTERS \
966
963
BOARD_UART_ROOT_POINTER \
967
- FLASH_ROOT_POINTERS \
968
964
MEMORYMONITOR_ROOT_POINTERS \
965
+ vstr_t *repl_line; \
966
+ mp_obj_t pew_singleton; \
967
+ mp_obj_t rtc_time_source; \
968
+ const char *readline_hist[8]; \
969
969
struct _supervisor_allocation_node *first_embedded_allocation; \
970
970
971
971
void supervisor_run_background_tasks_if_tick (void );
You can’t perform that action at this time.
0 commit comments