diff --git a/firmware/linker_options_pio.py b/firmware/linker_options_pio.py index f18fd98..260c5b0 100644 --- a/firmware/linker_options_pio.py +++ b/firmware/linker_options_pio.py @@ -17,13 +17,8 @@ ) -if(env.GetBuildType()=="debug+test"): +if(env.GetBuildType()=="debug, test"): env.Append( - # Remove stub implementations - BUILD_UNFLAGS=[ - "-lnosys", - "--specs=nosys.specs", - ], # Use the semihosted version of the syscalls LINKFLAGS=[