mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-15 13:09:21 +08:00
f7415e595e
Currently only lpc43xx is supported.
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__ */
|