1
0
forked from me/IronOS

remove hardcoded MODEL_TS80

This commit is contained in:
David P Hilton
2018-10-28 10:14:23 -06:00
parent ffeacca74d
commit ce671282a6

View File

@@ -18,11 +18,11 @@ enum Orientation {
ORIENTATION_RIGHT_HAND = 1,
ORIENTATION_FLAT = 3
};
#define MODEL_TS80
#ifndef MODEL_TS100
#ifndef MODEL_TS80
#error "Please Define the model you are building for! MODEL=TS100 or MODEL=TS80"
#endif
#if defined(MODEL_TS100) && defined(MODEL_TS80)
#error "Multiple models defined!"
#elif !defined(MODEL_TS100) && !defined(MODEL_TS80)
#error "No model defined!"
#endif
#ifdef MODEL_TS100