From 90fe2047c815916def86a3dc43e2e8d069fbba8b Mon Sep 17 00:00:00 2001 From: Ondrej Mikle Date: Wed, 10 Feb 2021 13:02:58 +0100 Subject: [PATCH] chore(legacy): cstyle --- legacy/supervise.c | 2 +- legacy/supervise.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/legacy/supervise.c b/legacy/supervise.c index 0f9ad2ba63..8b40fb20d2 100644 --- a/legacy/supervise.c +++ b/legacy/supervise.c @@ -19,8 +19,8 @@ #include "supervise.h" #include -#include #include +#include #include "memory.h" #if !EMULATOR diff --git a/legacy/supervise.h b/legacy/supervise.h index e4ff79aab6..ac3f28c4f9 100644 --- a/legacy/supervise.h +++ b/legacy/supervise.h @@ -80,7 +80,7 @@ inline uint32_t svc_timer_ms(void) { * flag and won't run firmware, but enter bootloader mode. */ inline void svc_reboot_to_bootloader(void) { - __asm__ __volatile__("svc %0" ::"i"(SVC_REBOOT_TO_BOOTLOADER) : "memory"); + __asm__ __volatile__("svc %0" ::"i"(SVC_REBOOT_TO_BOOTLOADER) : "memory"); } #else