From c93d99ee3a01c4b23eb4a1f972b44a031f203bf3 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Wed, 14 Apr 2021 07:54:53 +0000 Subject: [PATCH] Fixed regression from latest changes. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14172 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 --- os/common/ports/ARMv7-M/compilers/GCC/chcoreasm.S | 1 - 1 file changed, 1 deletion(-) diff --git a/os/common/ports/ARMv7-M/compilers/GCC/chcoreasm.S b/os/common/ports/ARMv7-M/compilers/GCC/chcoreasm.S index 9d668d491..689a966bb 100644 --- a/os/common/ports/ARMv7-M/compilers/GCC/chcoreasm.S +++ b/os/common/ports/ARMv7-M/compilers/GCC/chcoreasm.S @@ -45,7 +45,6 @@ */ #if defined(_CHIBIOS_RT_CONF_) #define CONTEXT_OFFSET 12 -#endif #elif defined(_CHIBIOS_NIL_CONF_) #define CONTEXT_OFFSET 0