mirror of
https://github.com/apache/nuttx.git
synced 2026-05-26 18:56:10 +08:00
nuttx: unify FAR attribute usage across the code
Signed-off-by: Petro Karashchenko <petro.karashchenko@gmail.com>
This commit is contained in:
committed by
Xiang Xiao
parent
f527abc324
commit
d08fbca679
@@ -545,7 +545,7 @@ static int max3421e_ep0configure(FAR struct usbhost_driver_s *drvr,
|
||||
usbhost_ep_t ep0, uint8_t funcaddr, uint8_t speed,
|
||||
uint16_t maxpacketsize);
|
||||
static int max3421e_epalloc(FAR struct usbhost_driver_s *drvr,
|
||||
FAR const FAR struct usbhost_epdesc_s *epdesc,
|
||||
FAR const struct usbhost_epdesc_s *epdesc,
|
||||
FAR usbhost_ep_t *ep);
|
||||
static int max3421e_epfree(FAR struct usbhost_driver_s *drvr,
|
||||
usbhost_ep_t ep);
|
||||
|
||||
Reference in New Issue
Block a user