Make Benito ping-pong LED code more explicit, using masks of the TX and RX LED masks...
[pub/lufa.git] / Projects / Benito / Benito.c
index 100c897..afe29b4 100644 (file)
@@ -102,7 +102,7 @@ int main(void)
                        /* Check if the LEDs should be ping-ponging (during enumeration) */\r
                        if (PingPongMSRemaining && !(--PingPongMSRemaining))\r
                        {\r
-                               LEDs_ToggleLEDs(LEDMASK_BUSY);\r
+                               LEDs_ToggleLEDs(LEDMASK_TX | LEDMASK_RX);\r
                                PingPongMSRemaining = PING_PONG_LED_PULSE_MS;\r
                        }\r
                \r