diff options
| author | jacqueline <me@jacqueline.id.au> | 2022-10-12 16:46:06 +1100 |
|---|---|---|
| committer | jacqueline <me@jacqueline.id.au> | 2022-10-12 16:46:06 +1100 |
| commit | 7e9a7393bbcce1395c185a78c1d97abe45d4f11a (patch) | |
| tree | 9a05090acbf5034a887cbbd724fdc20b6c1e0adb /main/gpio-expander.cpp | |
| parent | a495c5f0d06be59da2fc4c0fda71b84a56104bb1 (diff) | |
| download | tangara-fw-7e9a7393bbcce1395c185a78c1d97abe45d4f11a.tar.gz | |
use hpp instead of h
Diffstat (limited to 'main/gpio-expander.cpp')
| -rw-r--r-- | main/gpio-expander.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/main/gpio-expander.cpp b/main/gpio-expander.cpp index 36cf37b0..9234beac 100644 --- a/main/gpio-expander.cpp +++ b/main/gpio-expander.cpp @@ -1,8 +1,8 @@ -#include "gpio-expander.h" +#include "gpio-expander.hpp" -#include <cstdint> +#include "i2c.hpp" -#include "i2c.h" +#include <cstdint> namespace gay_ipod { |
