rename maros from FUZZ to _FUZZ, change TU_STATIC to static _fuzz_thread
This commit is contained in:
3
src/class/vendor/vendor_device.h
vendored
3
src/class/vendor/vendor_device.h
vendored
@@ -50,8 +50,7 @@ void tud_vendor_n_read_flush (uint8_t itf);
|
||||
uint32_t tud_vendor_n_write (uint8_t itf, void const* buffer, uint32_t bufsize);
|
||||
uint32_t tud_vendor_n_write_available (uint8_t itf);
|
||||
|
||||
TU_STATIC inline
|
||||
uint32_t tud_vendor_n_write_str (uint8_t itf, char const* str);
|
||||
static inline uint32_t tud_vendor_n_write_str (uint8_t itf, char const* str);
|
||||
uint32_t tud_vendor_n_flush (uint8_t itf);
|
||||
|
||||
//--------------------------------------------------------------------+
|
||||
|
||||
Reference in New Issue
Block a user