mirror of
https://github.com/apache/nuttx.git
synced 2025-01-13 13:18:50 +08:00
rndis: fixed wrong incorrect macro definition
Signed-off-by: zhangyuan21 <zhangyuan21@xiaomi.com>
This commit is contained in:
parent
17447622bf
commit
9893bfd45a
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@
|
|||
|
||||
#include "rndis_std.h"
|
||||
|
||||
#ifdef CONFIG_USBMSC_COMPOSITE
|
||||
#ifdef CONFIG_RNDIS_COMPOSITE
|
||||
# include <nuttx/usb/composite.h>
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue