diff options
Diffstat (limited to 'stmhal/Makefile')
| -rw-r--r-- | stmhal/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/stmhal/Makefile b/stmhal/Makefile index 1c044055c..aeddca480 100644 --- a/stmhal/Makefile +++ b/stmhal/Makefile @@ -62,6 +62,8 @@ SRC_C = \ systick.c \ led.c \ pin.c \ + pin_map.c \ + pin_named_pins.c \ usart.c \ usb.c \ printf.c \ @@ -72,8 +74,10 @@ SRC_C = \ pybmodule.c \ import.c \ lexerfatfs.c \ + gpio.c \ + exti.c \ + usrsw.c \ -# gpio.c \ # lcd.c \ # servo.c \ # flash.c \ @@ -86,10 +90,6 @@ SRC_C = \ # adc.c \ # rtc.c \ # file.c \ -# pin_named_pins.c \ -# pin_map.c \ -# exti.c \ -# usrsw.c \ # pybwlan.c \ SRC_S = \ |
