diff options
| author | jacqueline <me@jacqueline.id.au> | 2022-11-16 11:24:33 +1100 |
|---|---|---|
| committer | jacqueline <me@jacqueline.id.au> | 2022-11-16 11:24:33 +1100 |
| commit | 0ef333164bb47956a5ac686f376583e865cedcc4 (patch) | |
| tree | c3c2f1be88fce8e3a5f5077b3ba166071aaa58a6 /src/drivers/test/test_storage.cpp | |
| parent | 8c51280bc68e51b76243e83b84762e33c52510ca (diff) | |
| download | tangara-fw-0ef333164bb47956a5ac686f376583e865cedcc4.tar.gz | |
Use underscores instead of dashes in filenames consistently
Diffstat (limited to 'src/drivers/test/test_storage.cpp')
| -rw-r--r-- | src/drivers/test/test_storage.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/test/test_storage.cpp b/src/drivers/test/test_storage.cpp index a767a52e..49b3d097 100644 --- a/src/drivers/test/test_storage.cpp +++ b/src/drivers/test/test_storage.cpp @@ -3,7 +3,7 @@ #include <fstream> #include <iostream> -#include "gpio-expander.hpp" +#include "gpio_expander.hpp" #include "i2c.hpp" #include "i2c_fixture.hpp" #include "spi.hpp" |
