#pragma GCC optimize ("Og")
#include "ArduinoTrace.h"
//volatile int8_t a=9,b=8,c; //prueba 1
//volatile int8_t a=10,b=9,c; //prueba 2
volatile int8_t a=7,b=8,c; //prueba 3
void setup() {
// put your setup code here, to run once:
Serial.begin(9600);
Serial.println("INICIO");
//------------- Proceso en alto nivel -------------------
//--------------------------------------------------------
DUMP(c);
}
void loop() {
}