``` c #ifdef __AVR_ATtinyX5__ const byte LED_PIN = 3; // gamba 2 const byte RECV_PIN = 1; // gamba 6 #else const byte LED_PIN = 3; const byte RECV_PIN = 10; #endif ``` give error. declaring a variable before #if resolve the problem. bug found by nid69ita