summaryrefslogtreecommitdiff
path: root/apps/status.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/status.c')
-rw-r--r--apps/status.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/status.c b/apps/status.c
index b980c4d3eb..ca4b21833e 100644
--- a/apps/status.c
+++ b/apps/status.c
@@ -106,7 +106,7 @@ int current_playmode(void)
106 else 106 else
107 return STATUS_PLAY; 107 return STATUS_PLAY;
108 } 108 }
109#if CONFIG_HWCODEC == MAS3587F 109#if CONFIG_CODEC == MAS3587F
110 else 110 else
111 { 111 {
112 if(audio_stat & AUDIO_STATUS_RECORD) 112 if(audio_stat & AUDIO_STATUS_RECORD)