From 8236cea417cadef7c08e2a48b765babb25b792c4 Mon Sep 17 00:00:00 2001 From: nfbot Date: Fri, 6 Nov 2020 18:10:34 +0000 Subject: [PATCH] Code style fixes Automated fixes for code style. --- src/HAL/nanoHAL_Capabilites.c | 2 +- targets/CMSIS-OS/ChibiOS/MBN_QUAIL/target_common.c | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/HAL/nanoHAL_Capabilites.c b/src/HAL/nanoHAL_Capabilites.c index 37d20e6e0f..9e4c0e25f9 100644 --- a/src/HAL/nanoHAL_Capabilites.c +++ b/src/HAL/nanoHAL_Capabilites.c @@ -33,7 +33,7 @@ __nfweak bool Target_ConfigUpdateRequiresErase() return true; } - // Information on whether the target has a proprietary bootloader +// Information on whether the target has a proprietary bootloader // Implemented as "weak" to allow it to be replaced with "hard" implementation at target level. __nfweak bool Target_HasProprietaryBooter() { diff --git a/targets/CMSIS-OS/ChibiOS/MBN_QUAIL/target_common.c b/targets/CMSIS-OS/ChibiOS/MBN_QUAIL/target_common.c index a22fde48e2..8e84392bd6 100644 --- a/targets/CMSIS-OS/ChibiOS/MBN_QUAIL/target_common.c +++ b/targets/CMSIS-OS/ChibiOS/MBN_QUAIL/target_common.c @@ -23,5 +23,4 @@ HAL_SYSTEM_CONFIG HalSystemConfig = { HAL_TARGET_CONFIGURATION g_TargetConfiguration; // this target uses DFU for updates -inline GET_TARGET_CAPABILITIES(TargetCapabilities_DfuUpdate) -inline TARGET_HAS_PROPRITARY_BOOTER(true); \ No newline at end of file +inline GET_TARGET_CAPABILITIES(TargetCapabilities_DfuUpdate) inline TARGET_HAS_PROPRITARY_BOOTER(true); \ No newline at end of file