summaryrefslogtreecommitdiff
path: root/apps/rbcodecconfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/rbcodecconfig.h')
-rw-r--r--apps/rbcodecconfig.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/rbcodecconfig.h b/apps/rbcodecconfig.h
index cc51595cc4..c92415979f 100644
--- a/apps/rbcodecconfig.h
+++ b/apps/rbcodecconfig.h
@@ -1,7 +1,8 @@
1#ifndef RBCODECCONFIG_H_INCLUDED 1#ifndef RBCODECCONFIG_H_INCLUDED
2#define RBCODECCONFIG_H_INCLUDED 2#define RBCODECCONFIG_H_INCLUDED
3 3
4#include "config.h" 4/* Explicit path to avoid issues with name clashes (libopus) */
5#include "../firmware/export/config.h"
5 6
6#ifndef __ASSEMBLER__ 7#ifndef __ASSEMBLER__
7 8