forked from GerhardHoffmann/DCLibraries
Add collected changes from T.Sax
This commit is contained in:
6
src/sendWRcmd.cpp
Normal file → Executable file
6
src/sendWRcmd.cpp
Normal file → Executable file
@@ -19,7 +19,11 @@ void sendWRcmd_INI(void)
|
||||
|
||||
}
|
||||
|
||||
// Command Stack for commands without parameters
|
||||
uint8_t sendWRcmd_getStackSize(void)
|
||||
{
|
||||
return CMDSTACKDEPTH; // defined in shared_mem_buffer.h
|
||||
}
|
||||
|
||||
|
||||
|
||||
//static uint16_t nextAsynchsendCmd0[CMDSTACKDEPTH];
|
||||
|
Reference in New Issue
Block a user