Skip to content
Snippets Groups Projects
Commit 51c4aca4 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

prototest: only include counter when needed

parent d244dbee
No related branches found
No related tags found
No related merge requests found
#include "arch.h"
#include "driver/gpio.h"
#include "driver/stdout.h"
//#include "driver/counter.h"
#ifdef PROTOTEST_BENCH_CYCLES
#include "driver/counter.h"
#endif
#ifdef PROTOTEST_ARDUINOJSON
#include "lib/ArduinoJson.h"
......@@ -71,7 +74,7 @@ int main(void)
gpio.setup();
kout.setup();
gpio.led_on(0);
//gpio.led_on(0);
kout << "Hello, World!" << endl;
#if defined(PROTOTEST_BENCH_CYCLES) and (defined(MULTIPASS_ARCH_arduino_nano) or defined(MULTIPASS_ARCH_msp430fr5969lp))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment