summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
Diffstat (limited to 'firmware')
-rw-r--r--firmware/drivers/audio/erosqlinux_codec.c3
-rw-r--r--firmware/export/rbpaths.h2
-rw-r--r--firmware/font.c1
3 files changed, 1 insertions, 5 deletions
diff --git a/firmware/drivers/audio/erosqlinux_codec.c b/firmware/drivers/audio/erosqlinux_codec.c
index 58104a61e6..abb4fea01f 100644
--- a/firmware/drivers/audio/erosqlinux_codec.c
+++ b/firmware/drivers/audio/erosqlinux_codec.c
@@ -20,9 +20,6 @@
20 * KIND, either express or implied. 20 * KIND, either express or implied.
21 * 21 *
22 ****************************************************************************/ 22 ****************************************************************************/
23#define RB_FILESYSTEM_OS // VERY important this is before settings.h
24 // because that pulls in rbpaths.h which breaks open()
25
26//#define LOGF_ENABLE 23//#define LOGF_ENABLE
27 24
28#include "config.h" 25#include "config.h"
diff --git a/firmware/export/rbpaths.h b/firmware/export/rbpaths.h
index f53d0eb480..a3042d80bc 100644
--- a/firmware/export/rbpaths.h
+++ b/firmware/export/rbpaths.h
@@ -24,8 +24,6 @@
24 24
25#include <stdbool.h> 25#include <stdbool.h>
26#include "autoconf.h" 26#include "autoconf.h"
27#include "string-extra.h"
28
29 27
30/* name of directory where configuration, fonts and other data 28/* name of directory where configuration, fonts and other data
31 * files are stored */ 29 * files are stored */
diff --git a/firmware/font.c b/firmware/font.c
index 595410fed2..b8fa1c537f 100644
--- a/firmware/font.c
+++ b/firmware/font.c
@@ -34,6 +34,7 @@
34#include "system.h" 34#include "system.h"
35#include "kernel.h" 35#include "kernel.h"
36#include "lcd.h" 36#include "lcd.h"
37#include "string-extra.h"
37#include "font.h" 38#include "font.h"
38#include "file.h" 39#include "file.h"
39#include "core_alloc.h" 40#include "core_alloc.h"