diff options
| author | Damien George | 2014-03-25 23:26:14 +0000 |
|---|---|---|
| committer | Damien George | 2014-03-25 23:26:14 +0000 |
| commit | 6cfda3084dfef44892e85b1c658f0ad9b0643641 (patch) | |
| tree | cfa5ae14032249d4982cd00e17b9e47df3025fbd /stmhal/Makefile | |
| parent | 681d0a9ca7acd96a25b41768f98c49e21846074d (diff) | |
stmhal: Add I2C support; change accel driver to use new I2C.
Diffstat (limited to 'stmhal/Makefile')
| -rw-r--r-- | stmhal/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stmhal/Makefile b/stmhal/Makefile index 1c9ea5531..bf5db7186 100644 --- a/stmhal/Makefile +++ b/stmhal/Makefile @@ -94,9 +94,9 @@ SRC_C = \ servo.c \ dac.c \ adc.c \ + i2c.c \ # timer.c \ -# i2c.c \ # pybwlan.c \ SRC_S = \ |
