mirror of
https://github.com/hathach/tinyusb.git
synced 2025-01-31 05:52:55 +08:00
dcd_msp430x5xx: Fix typos in dcd_edpt_clear_stall.
This commit is contained in:
parent
3edb5548e9
commit
05914de109
@ -368,11 +368,11 @@ void dcd_edpt_clear_stall (uint8_t rhport, uint8_t ep_addr)
|
||||
{
|
||||
if(dir == TUSB_DIR_OUT)
|
||||
{
|
||||
USBOEPCNT_0 &= ~STALL;
|
||||
USBOEPCNF_0 &= ~STALL;
|
||||
}
|
||||
else
|
||||
{
|
||||
USBIEPCNT_0 &= ~STALL;
|
||||
USBIEPCNF_0 &= ~STALL;
|
||||
}
|
||||
}
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user