From 8f895def2c6f850e6832b67f3659b2e07c4d2c05 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 8 Jul 2005 06:53:21 +0000 Subject: safety precaution to detect an envrionment running with the old setup git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7063 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config-h100.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'firmware/export/config-h100.h') diff --git a/firmware/export/config-h100.h b/firmware/export/config-h100.h index 9ea8401e3b..fc6ae35e58 100644 --- a/firmware/export/config-h100.h +++ b/firmware/export/config-h100.h @@ -1,3 +1,7 @@ +#if defined(MEM) && (MEM > 16) +#error "re-run configure this just so wrong" +#endif + /* * This config file is for iriver iHP-100, iHP-110, iHP-115 */ -- cgit v1.2.3