From 7e9a7393bbcce1395c185a78c1d97abe45d4f11a Mon Sep 17 00:00:00 2001 From: jacqueline Date: Wed, 12 Oct 2022 16:46:06 +1100 Subject: use hpp instead of h --- main/gpio-expander.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'main/gpio-expander.cpp') 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 +#include "i2c.hpp" -#include "i2c.h" +#include namespace gay_ipod { -- cgit v1.2.3