Skip to content

Commit df012e4

Browse files
wald-zatvictorandrehc
authored andcommitted
[stm32] fix include path on dac implementation
1 parent 23036e3 commit df012e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modm/platform/dac/stm32/dac_dma.hpp.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
#include <modm/platform/dma/dma.hpp>
1818
#include <modm/platform/gpio/connector.hpp>
1919
#include <modm/platform/clock/rcc.hpp>
20-
#include <modm/src/modm/math/units.hpp>
20+
#include <modm/math/units.hpp>
2121

2222
namespace modm::platform
2323
{

0 commit comments

Comments
 (0)