diff options
Diffstat (limited to 'main.cpp.example')
-rw-r--r-- | main.cpp.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main.cpp.example b/main.cpp.example index 23d5540..4e44489 100644 --- a/main.cpp.example +++ b/main.cpp.example @@ -1,7 +1,7 @@ // Sample main.cpp file. Blinks the built-in LED, sends a message out // USART2, and turns on PWM on pin 2. -#include "wirish.h" +#include <wirish/wirish.h> #define PWM_PIN 2 |