Closed rei-vilo closed 7 years ago
Adding empty setup()
and loop()
to the MultiBlink.ino
file solved the case.
void setup() { }
void loop() { }
It looks like the task parser doesn't behave the same way against the CC3200 and the MSP432.
This issue was moved to energia/cc3200emt-core#2
The `MultiBlink example fails to compile against CC3200 EMT, but succeeds agains MSP432 EMT.
BLUE_LED
is unknown, should be replaced byYELLOW_LED
Add