WM8904 driver: Fix wm8904_dump_registers macro: Wrong number of parameters.
This commit is contained in:
parent
b0d0ac72a7
commit
36f8e23c12
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user