diff options
| author | Damien George | 2014-03-20 23:33:30 +0000 |
|---|---|---|
| committer | Damien George | 2014-03-20 23:33:30 +0000 |
| commit | f78d9b1a721bbe56b9049f33a8ec610f811011e5 (patch) | |
| tree | c972326556a8443412ca70da0a17df63bad62ecf /stmhal/Makefile | |
| parent | d02f6eaa10a325291ad9d347487b0806fe0d691e (diff) | |
stmhal: Add accelerometer driver; fix bug with LFN.
Diffstat (limited to 'stmhal/Makefile')
| -rw-r--r-- | stmhal/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/stmhal/Makefile b/stmhal/Makefile index 9f3e365a1..a1a5a1db6 100644 --- a/stmhal/Makefile +++ b/stmhal/Makefile @@ -84,9 +84,9 @@ SRC_C = \ sdcard.c \ diskio.c \ lcd.c \ + accel.c \ # servo.c \ -# accel.c \ # timer.c \ # audio.c \ # i2c.c \ @@ -104,6 +104,7 @@ SRC_HAL = $(addprefix $(HAL_DIR)/src/,\ stm32f4xx_hal_flash.c \ stm32f4xx_hal_flash_ex.c \ stm32f4xx_hal_gpio.c \ + stm32f4xx_hal_i2c.c \ stm32f4xx_hal_pcd.c \ stm32f4xx_hal_rcc.c \ stm32f4xx_hal_rcc_ex.c \ |
