diff --git a/Electrical/Transistor/code/radio_buggy_mega/main.cpp b/Electrical/Transistor/code/radio_buggy_mega/main.cpp index 0a68d30b..2a3c535b 100644 --- a/Electrical/Transistor/code/radio_buggy_mega/main.cpp +++ b/Electrical/Transistor/code/radio_buggy_mega/main.cpp @@ -64,12 +64,12 @@ #define RX_AUTON_INT INT1_vect #define RX_AUTON_INTN 1 -#define STATUS_LIGHT_PORT_BLUE PORTE -#define STATUS_LIGHT_PINN_BLUE PE3 -#define STATUS_LIGHT_DDR_BLUE DDRE #define STATUS_LIGHT_PORT_GREEN PORTE -#define STATUS_LIGHT_PINN_GREEN PE5 +#define STATUS_LIGHT_PINN_GREEN PE3 #define STATUS_LIGHT_DDR_GREEN DDRE +#define STATUS_LIGHT_PORT_BLUE PORTE +#define STATUS_LIGHT_PINN_BLUE PE5 +#define STATUS_LIGHT_DDR_BLUE DDRE #define STATUS_LIGHT_PORT_RED PORTH #define STATUS_LIGHT_PINN_RED PH6 #define STATUS_LIGHT_DDR_RED DDRH