mirror of
https://github.com/apache/nuttx.git
synced 2026-05-21 21:34:07 +08:00
WM8904 driver: Fix wm8904_dump_registers macro: Wrong number of parameters.
This commit is contained in:
@@ -238,7 +238,11 @@ FAR struct audio_lowerhalf_s *
|
||||
void wm8904_dump_registers(FAR struct audio_lowerhalf_s *dev,
|
||||
FAR const char *msg);
|
||||
#else
|
||||
# define wm8904_dump_registers(d)
|
||||
/* This eliminates the need for any conditional compilation in the
|
||||
* including file.
|
||||
*/
|
||||
|
||||
# define wm8904_dump_registers(d,m)
|
||||
#endif
|
||||
|
||||
#undef EXTERN
|
||||
|
||||
Reference in New Issue
Block a user