diff options
| author | Cástor Muñoz <cmvidal@gmail.com> | 2016-05-12 03:16:27 +0200 |
|---|---|---|
| committer | Cástor Muñoz <cmvidal@gmail.com> | 2016-05-13 23:23:35 +0200 |
| commit | d405026ca8bc4c63d8fcd5d63cef02341182774b (patch) | |
| tree | 82fb19edcd02b68d0d336ca80f1c3ee4bd3be13c /firmware/export | |
| parent | 5017523a6b1ea9d230d8b8cf801ad3adbe7f43f5 (diff) | |
| download | rockbox-d405026ca8bc4c63d8fcd5d63cef02341182774b.zip rockbox-d405026ca8bc4c63d8fcd5d63cef02341182774b.tar.gz rockbox-d405026ca8bc4c63d8fcd5d63cef02341182774b.tar.bz2 rockbox-d405026ca8bc4c63d8fcd5d63cef02341182774b.tar.xz | |
iPod Nano2G: add HAVE_SERIAL
Change-Id: I46dca69c6708d3e6189f66e70badf0a594bac00b
Diffstat (limited to 'firmware/export')
| -rw-r--r-- | firmware/export/config/ipodnano2g.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/firmware/export/config/ipodnano2g.h b/firmware/export/config/ipodnano2g.h index 5ad41a1..a9c7239 100644 --- a/firmware/export/config/ipodnano2g.h +++ b/firmware/export/config/ipodnano2g.h @@ -232,7 +232,9 @@ /* Define this if you can switch on/off the accessory power supply */ #define HAVE_ACCESSORY_SUPPLY //#define IPOD_ACCESSORY_PROTOCOL -//#define HAVE_SERIAL +#ifdef LOGF_SERIAL +#define HAVE_SERIAL +#endif /* Define this, if you can switch on/off the lineout */ #define HAVE_LINEOUT_POWEROFF |