Skip to content
Snippets Groups Projects
Commit e6f6b907 authored by patacongo's avatar patacongo
Browse files

typo

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2363 42af7a65-404d-4744-a932-0658087f49c3
parent e385b107
No related branches found
No related tags found
No related merge requests found
......@@ -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;
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment