summaryrefslogtreecommitdiff
path: root/hpec
diff options
context:
space:
mode:
Diffstat (limited to 'hpec')
-rw-r--r--hpec/hpec_zaptel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/hpec/hpec_zaptel.h b/hpec/hpec_zaptel.h
index b03bfe6..5a8ca1b 100644
--- a/hpec/hpec_zaptel.h
+++ b/hpec/hpec_zaptel.h
@@ -98,7 +98,7 @@ static inline struct echo_can_state *echo_can_create(int len, int adaption_mode)
static inline int echo_can_traintap(struct echo_can_state *ec, int pos, short val)
{
- return 0;
+ return 1;
}
DECLARE_MUTEX(license_lock);