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

This commit is contained in:
Glenn Ruben Bakke 2017-11-25 01:52:06 +01:00 committed by Damien George
parent 5601fc9397
commit b6d01a7dd1
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ STATIC mp_obj_t microbit_temperature(void) {
MP_DEFINE_CONST_FUN_OBJ_0(microbit_temperature_obj, microbit_temperature); MP_DEFINE_CONST_FUN_OBJ_0(microbit_temperature_obj, microbit_temperature);
void board_modules_init0(void) { 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[] = { STATIC const mp_rom_map_elem_t microbit_module_globals_table[] = {