diff options
| author | hathach <[email protected]> | 2019-12-21 19:33:41 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2019-12-21 19:33:41 +0700 |
| commit | 050fa2fd394912775994d4171774adb475eaf531 (patch) | |
| tree | 6910cffb182a9b5d9002ad0c2e7de307ec2d429a /src/common/tusb_common.h | |
| parent | 24009cb689e97a288cc79bae4f974aab7674f292 (diff) | |
able to response to scsi inquiry, but failed to response to test unit ready
Diffstat (limited to 'src/common/tusb_common.h')
| -rw-r--r-- | src/common/tusb_common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/tusb_common.h b/src/common/tusb_common.h index a2c40e669..f76abca88 100644 --- a/src/common/tusb_common.h +++ b/src/common/tusb_common.h @@ -213,7 +213,7 @@ static inline bool tu_bit_test (uint32_t value, uint8_t pos) { return (value // 2 : print out log
#if CFG_TUSB_DEBUG
-void tu_print_mem(void const *buf, uint8_t size, uint16_t count);
+void tu_print_mem(void const *buf, uint16_t count, uint8_t indent);
#ifndef tu_printf
#define tu_printf printf
|
