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/include/dac.hpp | |
| parent | 8c51280bc68e51b76243e83b84762e33c52510ca (diff) | |
| download | tangara-fw-0ef333164bb47956a5ac686f376583e865cedcc4.tar.gz | |
Use underscores instead of dashes in filenames consistently
Diffstat (limited to 'src/drivers/include/dac.hpp')
| -rw-r--r-- | src/drivers/include/dac.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/include/dac.hpp b/src/drivers/include/dac.hpp index b4e95ad4..8c4b6419 100644 --- a/src/drivers/include/dac.hpp +++ b/src/drivers/include/dac.hpp @@ -1,6 +1,6 @@ #pragma once -#include "gpio-expander.hpp" +#include "gpio_expander.hpp" #include <stdint.h> #include <functional> |
