diff options
| -rw-r--r-- | firmware/export/config-h100.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/firmware/export/config-h100.h b/firmware/export/config-h100.h index 9ea8401..fc6ae35 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 */ |