Skip to content

Commit

Permalink
Log spam with start_addr, buffer_size
Browse files Browse the repository at this point in the history
  • Loading branch information
morrownr committed Mar 19, 2023
1 parent 5a39cef commit 80781de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hal/phydm/phydm_debug.h
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
#define PHYDM_SNPRINTF snprintf
#elif (DM_ODM_SUPPORT_TYPE == ODM_CE)
#undef pr_debug
#define pr_debug printk
#define pr_debug _RTW_DBG
#define RT_PRINTK(fmt, args...) pr_debug(fmt, ## args)
#define RT_DISP(dbgtype, dbgflag, printstr)
#define RT_TRACE(adapter, comp, drv_level, fmt, args...) \
Expand Down

0 comments on commit 80781de

Please sign in to comment.