mirror of
https://github.com/apache/nuttx.git
synced 2026-09-23 07:14:28 +08:00
Fix typo in iob.h
This commit is contained in:
@@ -56,7 +56,7 @@
|
||||
|
||||
/* IOB helpers */
|
||||
|
||||
#define IOB_DATA(p) (&(p)-io_data[(p)->io_offset])
|
||||
#define IOB_DATA(p) (&(p)->io_data[(p)->io_offset])
|
||||
#define IOB_FREESPACE(p) (CONFIG_IOB_BUFSIZE - (p)->io_len - (p)->io_offset)
|
||||
|
||||
/* Queue helpers */
|
||||
|
||||
Reference in New Issue
Block a user