mirror of
https://github.com/apache/nuttx.git
synced 2026-05-22 13:52:22 +08:00
typo
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2363 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
@@ -214,7 +214,7 @@ struct uip_driver_s; /* Forward reference */
|
||||
struct uip_callback_s
|
||||
{
|
||||
FAR struct uip_callback_s *flink;
|
||||
uint16_t (*event)(struct uip_driver_s *dev, void *pvconn, void *pvpriv, uint1_t flags);
|
||||
uint16_t (*event)(struct uip_driver_s *dev, void *pvconn, void *pvpriv, uint16_t flags);
|
||||
void *priv;
|
||||
uint16_t flags;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user