summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRALOVICH, Kristof <tade60@freemail.hu>2014-01-19 19:38:48 +0100
committerRALOVICH, Kristof <tade60@freemail.hu>2014-01-19 19:38:48 +0100
commit803fc1d4bed693b255e2cf7a0ea706b5a09b2106 (patch)
tree8c2648a56b1d70f5d86133697a3a4edb0a90c5ae
parent701faa01a285d5cdc9b6d210abaac4f7be2838e9 (diff)
state machine for GarminIntf
-rw-r--r--src/antdefs.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/antdefs.hpp b/src/antdefs.hpp
index a511242..9541d94 100644
--- a/src/antdefs.hpp
+++ b/src/antdefs.hpp
@@ -162,6 +162,7 @@ extern struct AntFSResponseNames {int i; const char* s; } antFSResponseNames[];
ENUMERATE1(ST_ANTFS_DL_DIRECTORY, 1024) \
ENUMERATE1(ST_ANTFS_DL_FILES, 1025) \
ENUMERATE1(ST_ANTFS_DL_SINGLE_FILE, 1027) \
+ ENUMERATE1(ST_ANTFS_GINTF_DL_CAPS, 1034) \
ENUMERATE1(ST_ANTFS_ERASE_SINGLE_FILE, 500) \
ENUMERATE1(ST_ANTFS_BAD, 1006) \
ENUMERATE1(ST_ANTFS_LAST, 1007)