rename hcd_device_remove to hcd_device_close

This commit is contained in:
hathach
2018-12-12 11:32:46 +07:00
parent c88e16bd11
commit e3514b8054
5 changed files with 7 additions and 10 deletions

View File

@@ -42,10 +42,6 @@
#include "chip.h"
//--------------------------------------------------------------------+
// MACRO TYPEDEF CONSTANT ENUM DECLARATION
//--------------------------------------------------------------------+
void hcd_int_enable(uint8_t rhport)
{
NVIC_EnableIRQ(rhport ? USB1_IRQn : USB0_IRQn);
@@ -55,4 +51,5 @@ void hcd_int_disable(uint8_t rhport)
{
NVIC_DisableIRQ(rhport ? USB1_IRQn : USB0_IRQn);
}
#endif