We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc0e54a commit 061c88fCopy full SHA for 061c88f
src/PrintCompat.h
@@ -14,9 +14,7 @@
14
* @brief Compatibility with the Arduino Print API for mbed boards, should never be included in an Arduino build
15
*/
16
17
-#ifdef IOA_USE_ARDUINO
18
-# error "Print compatibility has been included on Arduino, this will cause problems, please report."
19
-#endif
+#ifndef IOA_USE_ARDUINO
20
21
// These are definitions of the mode in which the integer print can work, either decimal, hex or binary.
22
#define DEC 10
@@ -235,5 +233,6 @@ class Print {
235
233
236
234
//forward definition of yield() function
237
void yield();
+#endif // IOA_USE_ARDUINO
238
239
#endif //IOA_PRINT_COMPAT_H
0 commit comments