We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5110146 commit afe8d13Copy full SHA for afe8d13
1 file changed
examples/RS485CrashLog/RS485CrashLog.ino
@@ -6,9 +6,10 @@
6
* Initial author: Sebastian Romero @sebromero
7
*/
8
9
+#ifdef ARDUINO_ARCH_MBED
10
#include "RS485FileHandle.h"
-
11
REDIRECT_STDOUT_TO(&RS485Console) // Redirect mbed crash log output to RS485
12
+#endif
13
14
void setup() {
15
// Force a crash to demonstrate the crash log over RS485
0 commit comments