From 65c6dddf98c7568fa5c6ac5459d0d426fea24d14 Mon Sep 17 00:00:00 2001 From: bsongis Date: Thu, 3 May 2012 19:45:27 +0000 Subject: [PATCH] Fix for companion9x --- src/open9x.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/open9x.h b/src/open9x.h index fc1771281..5823bb18a 100644 --- a/src/open9x.h +++ b/src/open9x.h @@ -869,7 +869,7 @@ enum AUDIO_SOUNDS { #if defined(PCBARM) #include "ersky9x/audio.h" #else -#include "ersky9x/audio.h" +#include "stock/audio.h" #endif #else #include "beeper.h"