summaryrefslogtreecommitdiff
path: root/firmware/export/config.h
diff options
context:
space:
mode:
authorAidan MacDonald <amachronic@protonmail.com>2021-02-27 22:07:37 +0000
committerSolomon Peachy <pizza@shaftnet.org>2021-02-27 23:53:28 +0000
commitaacb0811d98beb70a59d26edbfd43ba9c456497f (patch)
tree0c8a59421a28536887fc1b277884a4e220ffac4c /firmware/export/config.h
parent55dc86f5db1dbf26b4179aea5c7ccd315ee20266 (diff)
downloadrockbox-aacb0811d98beb70a59d26edbfd43ba9c456497f.tar.gz
rockbox-aacb0811d98beb70a59d26edbfd43ba9c456497f.zip
Rename symbols of FiiO M3K Linux-based port
Mainly a straight replacement of FIIO_M3K -> FIIO_M3K_LINUX. Change-Id: Id07c84f8150991d1b6851540c2c3f8f67e3f12c2
Diffstat (limited to 'firmware/export/config.h')
-rw-r--r--firmware/export/config.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index 547c359d8d..e35d407372 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -163,7 +163,7 @@
163#define IHIFI_800_PAD 68 163#define IHIFI_800_PAD 68
164#define XDUOO_X3II_PAD 69 164#define XDUOO_X3II_PAD 69
165#define XDUOO_X20_PAD 70 165#define XDUOO_X20_PAD 70
166#define FIIO_M3K_PAD 71 166#define FIIO_M3K_LINUX_PAD 71
167#define EROSQ_PAD 72 167#define EROSQ_PAD 72
168 168
169/* CONFIG_REMOTE_KEYPAD */ 169/* CONFIG_REMOTE_KEYPAD */
@@ -603,8 +603,8 @@ Lyre prototype 1 */
603#include "config/xduoox3ii.h" 603#include "config/xduoox3ii.h"
604#elif defined(XDUOO_X20) 604#elif defined(XDUOO_X20)
605#include "config/xduoox20.h" 605#include "config/xduoox20.h"
606#elif defined(FIIO_M3K) 606#elif defined(FIIO_M3K_LINUX)
607#include "config/fiiom3k.h" 607#include "config/fiiom3klinux.h"
608#elif defined(EROS_Q) 608#elif defined(EROS_Q)
609#include "config/aigoerosq.h" 609#include "config/aigoerosq.h"
610#else 610#else