(CTR) Buildfix

This commit is contained in:
twinaphex 2020-01-06 20:09:45 +01:00
parent 0817fb3d18
commit 665b98bd28
2 changed files with 3 additions and 1 deletions

View File

@ -396,6 +396,8 @@ void gfxSetFramebufferInfo(gfxScreen_t screen, u8 id);
static void frontend_ctr_init(void* data)
{
#ifndef IS_SALAMANDER
extern audio_driver_t audio_null;
(void)data;
verbosity_enable();

View File

@ -254,7 +254,7 @@
| DRIVER_LED_MASK \
| DRIVER_MIDI_MASK )
static audio_driver_t audio_null = {
audio_driver_t audio_null = {
NULL, /* init */
NULL, /* write */
NULL, /* stop */