mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-15 22:29:52 +08:00
9 lines
183 B
C
9 lines
183 B
C
|
#ifndef __VBUS_LOCAL_CONF_H__
|
||
|
#define __VBUS_LOCAL_CONF_H__
|
||
|
|
||
|
#define RT_VBUS_USING_FLOW_CONTROL
|
||
|
|
||
|
#define RT_VBUS_USING_TESTS
|
||
|
|
||
|
#endif /* end of include guard: __VBUS_LOCAL_CONF_H__ */
|