mirror of
https://github.com/Rockbox/rockbox.git
synced 2026-01-22 01:30:35 -05:00
usb_audio: Fix compile failure with a (debug && !logf) build
Change-Id: Ie571020b0187c791d02b00c82af2d0dbc2237227
This commit is contained in:
parent
8d15aff38a
commit
e13619b888
1 changed files with 1 additions and 1 deletions
|
|
@ -938,7 +938,7 @@ static int db_to_usb_audio_volume(int db, int numdecimals)
|
|||
return tmp;
|
||||
}
|
||||
|
||||
#if defined(LOGF_ENABLE) && defined(ROCKBOX_HAS_LOGF)
|
||||
#if defined(DEBUG) || (defined(LOGF_ENABLE) && defined(ROCKBOX_HAS_LOGF))
|
||||
static const char *usb_audio_ac_ctl_req_str(uint8_t cmd)
|
||||
{
|
||||
switch(cmd)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue