rene-dev / stmbl

AC Servo Driver for STM32F4
GNU General Public License v3.0
840 stars 404 forks source link

Fast make #108

Closed fdarling closed 3 years ago

fdarling commented 3 years ago

I changed the #include "comps/NAME_comp.h" to #include "NAME_comp.h" and instead put the appropriate directories on the include path. This is because some comps are inside of sub-directories, for example like comps/hw/io4.c, and it would have further complicated the Makefile rules.