We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d2312c commit b629fabCopy full SHA for b629fab
src/jsdevices.h
@@ -49,15 +49,15 @@ typedef enum {
49
#endif
50
EV_SERIAL_DEVICE_STATE_START, // The point at which we start storing device state (jshSerialDevice*)
51
_EV_SERIAL_DEVICE_STATE_START_MINUS_ONE=EV_SERIAL_DEVICE_STATE_START-1, // means that the next enum should==EV_SERIAL_DEVICE_STATE_START
52
-#ifdef USE_SWDCON
53
- EV_SWDCON, /// console over in memory buffer accessible via SWD
54
-#endif
55
#ifdef USB
56
EV_USBSERIAL, ///< USB CDC Serial Data
57
58
#ifdef BLUETOOTH
59
EV_BLUETOOTH, ///< Bluetooth LE
60
+#ifdef USE_SWDCON
+ EV_SWDCON, /// console over in memory buffer accessible via SWD
+#endif
61
#if ESPR_USART_COUNT>=1
62
EV_SERIAL1, // Used for IO for UARTS
63
0 commit comments