aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Include.h
diff options
context:
space:
mode:
authorShlomo Hecht <shlomo@twine-s.com>2018-08-23 08:39:49 +0300
committerShlomo Hecht <shlomo@twine-s.com>2018-08-23 08:39:49 +0300
commitbe4b16ebb5b6d6d77834c85b087aa748129cbdcd (patch)
treebac998ba5f01f118dbb6a3e5810eb2b4b9c6d856 /Software/Embedded_SW/Embedded/Include.h
parent48800971a024f2bf7e8b6ae673ecbb2235ef18dc (diff)
downloadTango-be4b16ebb5b6d6d77834c85b087aa748129cbdcd.tar.gz
Tango-be4b16ebb5b6d6d77834c85b087aa748129cbdcd.zip
USB buffers updated to 4000. USB and UART share THE SAME RX BUFFER!
Diffstat (limited to 'Software/Embedded_SW/Embedded/Include.h')
-rw-r--r--Software/Embedded_SW/Embedded/Include.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Software/Embedded_SW/Embedded/Include.h b/Software/Embedded_SW/Embedded/Include.h
index 7a9dda68b..d99971021 100644
--- a/Software/Embedded_SW/Embedded/Include.h
+++ b/Software/Embedded_SW/Embedded/Include.h
@@ -56,6 +56,8 @@
#define PI 3.1415926
+#define COMM_MAX_BUFFER_SIZE 4000
+
typedef uint32_t (* callback_fptr)(uint32_t deviceID, uint32_t ReadValue);
extern void SysTickHandler(void);