aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Include.h
diff options
context:
space:
mode:
authorShlomo Hecht <shlomo@twine-s.com>2018-11-18 11:12:24 +0200
committerShlomo Hecht <shlomo@twine-s.com>2018-11-18 11:12:24 +0200
commit5fcd984df2c24eee332046a24d2bcf6c5680059e (patch)
tree55aa009d3637c148f162039fb829e656bbced92f /Software/Embedded_SW/Embedded/Include.h
parent8de1eb76bfc78157f7d690952d56c0a7464914f4 (diff)
downloadTango-5fcd984df2c24eee332046a24d2bcf6c5680059e.tar.gz
Tango-5fcd984df2c24eee332046a24d2bcf6c5680059e.zip
more job alarms
Diffstat (limited to 'Software/Embedded_SW/Embedded/Include.h')
-rw-r--r--Software/Embedded_SW/Embedded/Include.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Embedded_SW/Embedded/Include.h b/Software/Embedded_SW/Embedded/Include.h
index 6fe485b1e..d99971021 100644
--- a/Software/Embedded_SW/Embedded/Include.h
+++ b/Software/Embedded_SW/Embedded/Include.h
@@ -56,7 +56,7 @@
#define PI 3.1415926
-#define COMM_MAX_BUFFER_SIZE 6000
+#define COMM_MAX_BUFFER_SIZE 4000
typedef uint32_t (* callback_fptr)(uint32_t deviceID, uint32_t ReadValue);