summaryrefslogtreecommitdiffstats
path: root/src/isotp/isotp.c
diff options
context:
space:
mode:
authorChristopher Peplin <chris.peplin@rhubarbtech.com>2014-01-05 15:43:26 -0500
committerChristopher Peplin <chris.peplin@rhubarbtech.com>2014-01-05 15:43:43 -0500
commitef06cb3a05d45df7a04cf91ab5c0b233fdf2bd48 (patch)
tree795869c8418953b7ef522cf13a53277032c683cb /src/isotp/isotp.c
parent8922abb7ff8c30e1fa5af078284eb6aebf0052e5 (diff)
Move a few things about to make compiling with other projects possible.
Diffstat (limited to 'src/isotp/isotp.c')
-rw-r--r--src/isotp/isotp.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/isotp/isotp.c b/src/isotp/isotp.c
index c8b0a561..f115810e 100644
--- a/src/isotp/isotp.c
+++ b/src/isotp/isotp.c
@@ -1,9 +1,6 @@
#include <isotp/isotp.h>
#include <bitfield/bitfield.h>
-const uint8_t ISO_TP_DEFAULT_RESPONSE_TIMEOUT = 100;
-const bool ISO_TP_DEFAULT_FRAME_PADDING_STATUS = true;
-
/* void isotp_set_timeout(IsoTpHandler* handler, uint16_t timeout_ms) { */
/* handler->timeout_ms = timeout_ms; */
/* } */