Only call strtoul when there is an argument that strtoul can work on
[fw/stlink] / example / 32l_lcd / Makefile
index fce21946e8c943f06bef334a8d1cf2877d005f08..fdb79c30414b04906169b75515181540c33ad7f3 100644 (file)
@@ -19,7 +19,7 @@ CFLAGS+=-I$(LIBS_STM_PATH)/inc/$(PLATFORM)
 # to run from SRAM
 CFLAGS+=-Wl,-T,linker_stm32l.lds
 
-LDFLAGS+=-L$(LIBS_STM_PATH)/build -lstm32l_discovery
+LDFLAGS+=-L$(LIBS_STM_PATH)/build -lstm32_stdperiph_l1xx
 
 SRCS=\
 main.c\