antongus / stm32-ld-scripts

GNU LD scripts for STM32 microcontrollers
MIT License
17 stars 9 forks source link

types in readme #1

Closed admsasha closed 7 years ago

admsasha commented 7 years ago
CHIP  = STM32F10X_MD_VL

... LD_SCRIPT = $(CHIP).ld LD_SCRIPT_PATH = ld-scripts ... LD_FLAGS += -L$(LD_SCRIPTS) LD_FLAGS += -T$(LD_SCRIPT)

can be:

 LD_FLAGS    += -L$(LD_SCRIPT_PATH)
antongus commented 7 years ago

Thanks! Fixed.