Removed conflicting led usage from usb code.

This commit is contained in:
t-moe
2015-06-02 17:03:10 +02:00
parent 2521421bb4
commit 16bfdade78
2 changed files with 3 additions and 9 deletions

View File

@@ -52,8 +52,6 @@ void USBH_USR_DeviceAttached(void)
product_ok= false;
serial_ok=false;
STM_EVAL_LEDOff(LED5);
STM_EVAL_LEDOff(LED3);
STM_EVAL_LEDOn(LED4);
}
@@ -75,8 +73,6 @@ void USBH_USR_UnrecoveredError (void)
*/
void USBH_USR_DeviceDisconnected (void)
{
/* Red Led on if the USB Key is removed */
STM_EVAL_LEDOn(LED5);
STM_EVAL_LEDOff(LED4);
}