diff options
Diffstat (limited to 'examples/test-dac.cpp')
-rw-r--r-- | examples/test-dac.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/test-dac.cpp b/examples/test-dac.cpp index 6f08b05..3a699e2 100644 --- a/examples/test-dac.cpp +++ b/examples/test-dac.cpp @@ -1,4 +1,8 @@ +
#include "wirish.h"
+#include "fsmc.h"
+#include "rcc.h"
+#include "gpio.h"
#include "dac.h"
uint16 count = 0;
|