EdwardLu2018 / STM32-From-Scratch

Programming an STM32F103 from scratch at a bare metal register level. Writing my own minimal HAL and RTOS.
37 stars 5 forks source link

A caps issue should be fixed in Makefile #2

Open skyandray opened 1 year ago

skyandray commented 1 year ago

C_INCLUDES = -Iinc -> C_INCLUDES = -IInc

Linux is case-sensitive.