明石高専ロボ研 mbedライブラリ

Dependencies:   mbed

Dependents:   MDD_L432KC USB2RS485 pathtracking odometry ... more

Revision:
14:bdd394483434
Parent:
11:eaf2e3166d20
diff -r 77c13e86ad12 -r bdd394483434 neopixel.cpp
--- a/neopixel.cpp	Sat Feb 27 04:50:22 2021 +0000
+++ b/neopixel.cpp	Wed Oct 13 09:12:48 2021 +0000
@@ -16,7 +16,7 @@
 #define PIXEL_WAIT_4_ (9)
 
 #else
-#error "This board is not supported"
+#error This board is not supported
 #endif
 
 NeoPixelOut::NeoPixelOut(PinName pin, int num) : DigitalOut(pin)