summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
authorRafaël Carré <rafael.carre@gmail.com>2010-06-18 17:47:06 +0000
committerRafaël Carré <rafael.carre@gmail.com>2010-06-18 17:47:06 +0000
commitb3e27a80e3d7c4124b4767578d17e84e83acd3ad (patch)
treeea9257d382d05231727c4fb79d5a532b40de2ad2 /firmware
parent23387e2759d1f3043c5a2b5b4bf71995dbe322e3 (diff)
downloadrockbox-b3e27a80e3d7c4124b4767578d17e84e83acd3ad.tar.gz
rockbox-b3e27a80e3d7c4124b4767578d17e84e83acd3ad.zip
fix endif wrongly removed (should have been moved) in r26927
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26928 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware')
-rw-r--r--firmware/export/config/sansac200v2.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/export/config/sansac200v2.h b/firmware/export/config/sansac200v2.h
index 0125442058..4bb175ad4d 100644
--- a/firmware/export/config/sansac200v2.h
+++ b/firmware/export/config/sansac200v2.h
@@ -167,6 +167,7 @@
167#define HAVE_MULTIDRIVE 167#define HAVE_MULTIDRIVE
168#define NUM_DRIVES 2 168#define NUM_DRIVES 2
169#define HAVE_HOTSWAP 169#define HAVE_HOTSWAP
170#endif /* BOOTLOADER */
170 171
171#define CONFIG_USBOTG USBOTG_AS3525 172#define CONFIG_USBOTG USBOTG_AS3525
172 173