diff options
| author | Shlomo Hecht <shlomo@twine-s.com> | 2018-11-18 11:12:24 +0200 |
|---|---|---|
| committer | Shlomo Hecht <shlomo@twine-s.com> | 2018-11-18 11:12:24 +0200 |
| commit | 5fcd984df2c24eee332046a24d2bcf6c5680059e (patch) | |
| tree | 55aa009d3637c148f162039fb829e656bbced92f /Software/Embedded_SW/Embedded | |
| parent | 8de1eb76bfc78157f7d690952d56c0a7464914f4 (diff) | |
| download | Tango-5fcd984df2c24eee332046a24d2bcf6c5680059e.tar.gz Tango-5fcd984df2c24eee332046a24d2bcf6c5680059e.zip | |
more job alarms
Diffstat (limited to 'Software/Embedded_SW/Embedded')
| -rw-r--r-- | Software/Embedded_SW/Embedded/Include.h | 2 |
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); |
