diff options
Diffstat (limited to 'examples/fsmc-stress-test.cpp')
-rw-r--r-- | examples/fsmc-stress-test.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/fsmc-stress-test.cpp b/examples/fsmc-stress-test.cpp index 509a02f..20d3fa7 100644 --- a/examples/fsmc-stress-test.cpp +++ b/examples/fsmc-stress-test.cpp @@ -12,9 +12,9 @@ #include <stdio.h> #include <stddef.h> -#include "wirish.h" -#include "rcc.h" -#include "fsmc.h" +#include <wirish/wirish.h> +#include <libmaple/rcc.h> +#include <libmaple/fsmc.h> // -- SRAM config ------------------------------------------------------------- |