summaryrefslogtreecommitdiff
path: root/firmware/export/config/ipodnano2g.h
diff options
context:
space:
mode:
authorCástor Muñoz <cmvidal@gmail.com>2016-05-12 03:16:27 +0200
committerCástor Muñoz <cmvidal@gmail.com>2016-05-13 23:23:35 +0200
commitd405026ca8bc4c63d8fcd5d63cef02341182774b (patch)
tree82fb19edcd02b68d0d336ca80f1c3ee4bd3be13c /firmware/export/config/ipodnano2g.h
parent5017523a6b1ea9d230d8b8cf801ad3adbe7f43f5 (diff)
downloadrockbox-d405026ca8bc4c63d8fcd5d63cef02341182774b.tar.gz
rockbox-d405026ca8bc4c63d8fcd5d63cef02341182774b.zip
iPod Nano2G: add HAVE_SERIAL
Change-Id: I46dca69c6708d3e6189f66e70badf0a594bac00b
Diffstat (limited to 'firmware/export/config/ipodnano2g.h')
-rw-r--r--firmware/export/config/ipodnano2g.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/firmware/export/config/ipodnano2g.h b/firmware/export/config/ipodnano2g.h
index 5ad41a16c1..a9c7239056 100644
--- a/firmware/export/config/ipodnano2g.h
+++ b/firmware/export/config/ipodnano2g.h
@@ -232,7 +232,9 @@
232/* Define this if you can switch on/off the accessory power supply */ 232/* Define this if you can switch on/off the accessory power supply */
233#define HAVE_ACCESSORY_SUPPLY 233#define HAVE_ACCESSORY_SUPPLY
234//#define IPOD_ACCESSORY_PROTOCOL 234//#define IPOD_ACCESSORY_PROTOCOL
235//#define HAVE_SERIAL 235#ifdef LOGF_SERIAL
236#define HAVE_SERIAL
237#endif
236 238
237/* Define this, if you can switch on/off the lineout */ 239/* Define this, if you can switch on/off the lineout */
238#define HAVE_LINEOUT_POWEROFF 240#define HAVE_LINEOUT_POWEROFF