Changes in uspace/lib/usb/src/debug.c [1efe89b:ff4185e6] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usb/src/debug.c
r1efe89b rff4185e6 281 281 * @return Dumped buffer as a static (but fibril local) string. 282 282 */ 283 const char *usb_debug_str_buffer( constuint8_t *buffer, size_t size,283 const char *usb_debug_str_buffer(uint8_t *buffer, size_t size, 284 284 size_t dumped_size) 285 285 {
Note:
See TracChangeset
for help on using the changeset viewer.