fix(dbms): put EOT char in the end of request/response
This commit is contained in:
@@ -9,6 +9,9 @@
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
// ASCII End Of Transmission code
|
||||
#define EOT 4
|
||||
|
||||
// TDBMS request codes
|
||||
enum TRC {
|
||||
trc_db_stats = 0b0,
|
||||
|
||||
Reference in New Issue
Block a user