X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/33a5715e91d7fe2c0c58351a4a973352ae0e01c9..85c2716f2d37bb50d126102fcdd09fb78d26ebc5:/Projects/Benito/Benito.c diff --git a/Projects/Benito/Benito.c b/Projects/Benito/Benito.c index 100c897fa..afe29b4a9 100644 --- a/Projects/Benito/Benito.c +++ b/Projects/Benito/Benito.c @@ -102,7 +102,7 @@ int main(void) /* Check if the LEDs should be ping-ponging (during enumeration) */ if (PingPongMSRemaining && !(--PingPongMSRemaining)) { - LEDs_ToggleLEDs(LEDMASK_BUSY); + LEDs_ToggleLEDs(LEDMASK_TX | LEDMASK_RX); PingPongMSRemaining = PING_PONG_LED_PULSE_MS; }