Skip to content

Commit

Permalink
Fix inverted ifdef
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrej committed Oct 10, 2024
1 parent d5a0288 commit 6dead18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openrtx/src/core/voicePrompts.c
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ static bool beep_tick()
void vp_init()
{

#ifdef PLATFORM_A36PLUS
#ifndef PLATFORM_A36PLUS
#ifdef VP_USE_FILESYSTEM
if(vpFile == NULL)
vpFile = fopen("voiceprompts.vpc", "r");
Expand Down

0 comments on commit 6dead18

Please sign in to comment.