rename class driver close() to reset()

This commit is contained in:
hathach
2018-07-13 16:09:26 +07:00
parent 5f8882a6d7
commit dccb06ba7d
9 changed files with 20 additions and 14 deletions

View File

@@ -168,7 +168,7 @@ void hidd_init(void)
}
}
void hidd_close(uint8_t rhport)
void hidd_reset(uint8_t rhport)
{
for(uint8_t i=0; i<HIDD_NUMBER_OF_SUBCLASS; i++)
{