house keeping: make tu_print_mem format easier to compare with hex2dump

This commit is contained in:
hathach
2020-11-01 13:37:56 +07:00
parent 8f0f2d1863
commit 67ac40b98d
3 changed files with 17 additions and 15 deletions

View File

@@ -47,6 +47,10 @@ extern "C" {
#define CFG_TUSB_OS OPT_OS_NONE
#ifndef CFG_TUSB_DEBUG
#define CFG_TUSB_DEBUG 0
#endif
// CFG_TUSB_DEBUG is defined by compiler in DEBUG build
// #define CFG_TUSB_DEBUG 0
@@ -105,8 +109,6 @@ extern "C" {
// Size of control request buffer
#define CFG_TUD_AUDIO_CTRL_BUF_SIZE 64
#define CFG_TUSB_DEBUG 0
#ifdef __cplusplus
}
#endif