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/main/main.cpp | |
| parent | 8c51280bc68e51b76243e83b84762e33c52510ca (diff) | |
| download | tangara-fw-0ef333164bb47956a5ac686f376583e865cedcc4.tar.gz | |
Use underscores instead of dashes in filenames consistently
Diffstat (limited to 'src/main/main.cpp')
| -rw-r--r-- | src/main/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/main.cpp b/src/main/main.cpp index 26deef39..c79cc055 100644 --- a/src/main/main.cpp +++ b/src/main/main.cpp @@ -4,11 +4,11 @@ #include "core/lv_disp.h" #include "core/lv_obj_pos.h" #include "dac.hpp" -#include "display-init.hpp" +#include "display_init.hpp" #include "display.hpp" #include "esp_freertos_hooks.h" #include "freertos/portmacro.h" -#include "gpio-expander.hpp" +#include "gpio_expander.hpp" #include "i2c.hpp" #include "i2s_audio_output.hpp" #include "misc/lv_color.h" |
