diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2019-11-03 19:13:00 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2019-11-03 19:13:00 +0100 |
commit | 4193ec1618230f7bbc927e1d2280976a9d5dd464 (patch) | |
tree | d4d9efedfd928d2ca365ecab46d94dc9040bf749 /sw/ltc2400.h | |
parent | 48ac857cc3082aee3300a4d39834e109bd909f82 (diff) | |
download | glutte-batteries-4193ec1618230f7bbc927e1d2280976a9d5dd464.tar.gz glutte-batteries-4193ec1618230f7bbc927e1d2280976a9d5dd464.tar.bz2 glutte-batteries-4193ec1618230f7bbc927e1d2280976a9d5dd464.zip |
Add relay toggle code
Diffstat (limited to 'sw/ltc2400.h')
-rw-r--r-- | sw/ltc2400.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/ltc2400.h b/sw/ltc2400.h index 9a046b2..ac99521 100644 --- a/sw/ltc2400.h +++ b/sw/ltc2400.h @@ -27,7 +27,7 @@ #include <stdlib.h> #include <stdint.h> -#include "pins.h" +#include "pins.hpp" void ltc2400_init(); |