fix(dbms): put EOT char in the end of request/response

This commit is contained in:
2023-01-26 17:29:01 +03:00
parent 23aae2c3b1
commit 58868ff681
3 changed files with 7 additions and 2 deletions
+3
View File
@@ -9,6 +9,9 @@
extern "C" {
#endif
// ASCII End Of Transmission code
#define EOT 4
// TDBMS request codes
enum TRC {
trc_db_stats = 0b0,