more typos

This commit is contained in:
hathach
2022-12-04 18:51:52 +07:00
parent 6a2cf67289
commit 43b255f413
13 changed files with 16 additions and 16 deletions

View File

@@ -600,7 +600,7 @@ uint32_t hcd_frame_number(uint8_t rhport)
bool hcd_port_connect_status(uint8_t rhport)
{
(void)rhport;
return USB0.INTSTS1.BIT.ATTCH ? true: false;
return USB0.INTSTS1.BIT.ATTCH ? true : false;
}
void hcd_port_reset(uint8_t rhport)