diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2019-12-28 20:23:36 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2019-12-28 20:23:36 +0100 |
commit | 96b3081127f2c89e4b2e04fa5ca6690f7cd1ea9a (patch) | |
tree | c64c0e80b4aae47e37631f2495b6b9f32058a5b3 /sw/Makefile | |
parent | 24bba9db6d472e7be309232b8f8d18fdfa07cd2b (diff) | |
download | glutte-batteries-96b3081127f2c89e4b2e04fa5ca6690f7cd1ea9a.tar.gz glutte-batteries-96b3081127f2c89e4b2e04fa5ca6690f7cd1ea9a.tar.bz2 glutte-batteries-96b3081127f2c89e4b2e04fa5ca6690f7cd1ea9a.zip |
Add config.h
Diffstat (limited to 'sw/Makefile')
-rw-r--r-- | sw/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/Makefile b/sw/Makefile index 931455a..86ff8a6 100644 --- a/sw/Makefile +++ b/sw/Makefile @@ -23,6 +23,7 @@ BUILD_DIR=build APP_NAME = sw HEADERS = \ + config.h \ pins.hpp \ common.hpp \ relays.hpp \ |