forked from GerhardHoffmann/DCLibraries
Add collected changes from T.Sax
This commit is contained in:
5
include/shared_mem_buffer.h
Normal file → Executable file
5
include/shared_mem_buffer.h
Normal file → Executable file
@@ -230,6 +230,9 @@ struct SharedMem
|
||||
uint8_t store_bnaCollect[8];
|
||||
uint8_t store_bnaContent[64];
|
||||
|
||||
// new, 8.5.24
|
||||
uint8_t store_machCon2len;
|
||||
uint8_t store_machCon2[66];
|
||||
|
||||
|
||||
|
||||
@@ -242,7 +245,7 @@ struct SharedMem
|
||||
// ------------------ Data OUTPUT --------------------------------
|
||||
|
||||
// sendWRcmd.cpp
|
||||
#define CMDSTACKDEPTH 16
|
||||
#define CMDSTACKDEPTH 32
|
||||
uint16_t nextAsynchsendCmd0[CMDSTACKDEPTH];
|
||||
uint8_t nrOfCmdsInQueue;
|
||||
|
||||
|
Reference in New Issue
Block a user