Skip to content
Snippets Groups Projects
Commit b6d01a7d authored by Glenn Ruben Bakke's avatar Glenn Ruben Bakke Committed by Damien George
Browse files

nrf/boards/microbit/modules: Fix tabbing in modmicrobit.c.

parent 5601fc93
No related branches found
No related tags found
No related merge requests found
......@@ -110,7 +110,7 @@ STATIC mp_obj_t microbit_temperature(void) {
MP_DEFINE_CONST_FUN_OBJ_0(microbit_temperature_obj, microbit_temperature);
void board_modules_init0(void) {
ticker_register_low_pri_callback(microbit_display_tick);
ticker_register_low_pri_callback(microbit_display_tick);
}
STATIC const mp_rom_map_elem_t microbit_module_globals_table[] = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment