summaryrefslogtreecommitdiff
path: root/source/apalis-tk1-k20-api.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/apalis-tk1-k20-api.h')
-rw-r--r--source/apalis-tk1-k20-api.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/source/apalis-tk1-k20-api.h b/source/apalis-tk1-k20-api.h
index 35fc88d..199b433 100644
--- a/source/apalis-tk1-k20-api.h
+++ b/source/apalis-tk1-k20-api.h
@@ -104,11 +104,8 @@
#define APALIS_TK1_K20_TSC_IRQ 4
#define APALIS_TK1_K20_GPIO_IRQ 5
-#ifndef TESTER_BUILD
-#define APALIS_TK1_K20_FW_VER 0x10
-#else
-#define APALIS_TK1_K20_FW_VER 0xFE
-#endif
+#define APALIS_TK1_K20_FW_VER 0x11
+#define APALIS_TK1_K20_TESTER_FW_VER 0xFE
#define FW_MINOR (APALIS_TK1_K20_FW_VER & 0x0F)
#define FW_MAJOR ((APALIS_TK1_K20_FW_VER & 0xF0) >> 4)