diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/app/prototest/main.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/prototest/main.cc b/src/app/prototest/main.cc index 13f52e7..07f6ac0 100644 --- a/src/app/prototest/main.cc +++ b/src/app/prototest/main.cc @@ -77,7 +77,7 @@ int main(void) //gpio.led_on(0); kout << "Hello, World!" << endl; -#if defined(PROTOTEST_BENCH_CYCLES) and (defined(MULTIPASS_ARCH_arduino_nano) or defined(MULTIPASS_ARCH_msp430fr5969lp)) +#if defined(PROTOTEST_BENCH_CYCLES) and !defined(PROTOTEST_ARCH_esp8266) while (1) { loop(); } |