main: configure red led, just in case

This commit is contained in:
Christina Quast
2015-03-05 15:43:01 +01:00
parent 541656cf60
commit b5ebebea0f

View File

@@ -38,6 +38,7 @@ extern int main( void )
{
uint8_t isUsbConnected = 0;
LED_Configure(LED_NUM_RED);
LED_Configure(LED_NUM_GREEN);
LED_Set(LED_NUM_GREEN);