Update v3.3.0-fix3 (3.3)

This commit is contained in:
Akbar Yahya
2022-12-11 12:28:20 +08:00
parent b8bb921079
commit 80abe46342
56 changed files with 1525 additions and 39 deletions

View File

@@ -30,8 +30,8 @@ message DebugNotify {
// }
enum Retcode {
RETCODE_SUCC = 0;
RETCODE_FAIL = 1;
SUCC = 0;
FAIL = 1;
}
uint32 id = 1;