commit ecf90e5286ac7c9fc07aec6f5e3a88504566018f
parent 62ea9b81913451ae8e8c0535e054890938750718
Author: Samdal <samdal@protonmail.com>
Date: Mon, 21 Jun 2021 22:18:00 +0200
fix type in blink example
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.org b/README.org
@@ -12,7 +12,7 @@ Not only do you have the ability to use your favorite IDE with fancy code sugges
4. Include ArduinoNative.hpp
** A basic blink example
#+BEGIN_SRC C++
-#define AN_DEBUG_AL
+#define AN_DEBUG_ALL
#define AN_IMPL
#include "ArduinoNative.hpp"