diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-09-25 15:47:14 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-09-25 15:47:14 +0200 |
commit | 3608f1cc19f4bc102c1f0c5a3ab242e2e318a0b9 (patch) | |
tree | 3a829b7ff1b7d1d25cf8b9fb029459a78a4e7dd8 /stm32f091/makefile | |
parent | 9d9f9dc034765aa4b1c5bd2d0aa4cd24e4110055 (diff) |
implement backlog interface
Diffstat (limited to 'stm32f091/makefile')
-rw-r--r-- | stm32f091/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stm32f091/makefile b/stm32f091/makefile index 5f5371d..08c582a 100644 --- a/stm32f091/makefile +++ b/stm32f091/makefile @@ -18,7 +18,7 @@ SHARED_FLAGS += -ffunction-sections SHARED_FLAGS += -fdata-sections SHARED_FLAGS += -mlittle-endian SHARED_FLAGS += -mthumb -SHARED_FLAGS += -masm-syntax-unified +# SHARED_FLAGS += -masm-syntax-unified SHARED_FLAGS += -specs=nosys.specs # SHARED_FLAGS += -fno-threadsafe-statics # SHARED_FLAGS += -fno-rtti |