summaryrefslogtreecommitdiff
path: root/supervisor/shared
diff options
context:
space:
mode:
Diffstat (limited to 'supervisor/shared')
-rw-r--r--supervisor/shared/bluetooth.h2
-rw-r--r--supervisor/shared/tick.c1
2 files changed, 1 insertions, 2 deletions
diff --git a/supervisor/shared/bluetooth.h b/supervisor/shared/bluetooth.h
index 7ebcb953f..1fb6a879a 100644
--- a/supervisor/shared/bluetooth.h
+++ b/supervisor/shared/bluetooth.h
@@ -31,4 +31,4 @@ void supervisor_start_bluetooth(void);
bool supervisor_bluetooth_hook(ble_evt_t *ble_evt);
void supervisor_bluetooth_background(void);
-#endif \ No newline at end of file
+#endif
diff --git a/supervisor/shared/tick.c b/supervisor/shared/tick.c
index 23516799f..47395bd60 100644
--- a/supervisor/shared/tick.c
+++ b/supervisor/shared/tick.c
@@ -140,4 +140,3 @@ extern void supervisor_disable_tick(void) {
}
common_hal_mcu_enable_interrupts();
}
-