@@ -13,6 +13,8 @@
#define MODULE_MASTER 0
#define MODULE_SLAVE 1
+#define USE_ARDUINO_FRAMWORK 0
+
// MUST BE 2 BYTE LONG
#define VERSION_FW "01" // MAJOR MINOR
@@ -293,7 +293,9 @@ void nbus_stack(void)
nbus_blink_LED(50);
+#if USE_ARDUINO_FRAMWORK == 0
while (1)
+#endif
{
if (nBus.uart_state == UART_RX_RECEIVED)