From 0ef333164bb47956a5ac686f376583e865cedcc4 Mon Sep 17 00:00:00 2001 From: jacqueline Date: Wed, 16 Nov 2022 11:24:33 +1100 Subject: Use underscores instead of dashes in filenames consistently --- src/drivers/include/dac.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/drivers/include/dac.hpp') 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 #include -- cgit v1.2.3