refactor connection directory to follow code standards

This commit is contained in:
Liu_Weichao
2021-10-15 11:05:36 +08:00
parent 8f6cac9797
commit 06c9c6ecc4
34 changed files with 23 additions and 23 deletions
@@ -0,0 +1,12 @@
#ifndef E18_H
#define E18_H
enum ZigbeeE18WorkModeType
{
TT_MODE1 = 1,
STT_MODE2,
PROTOCOL_MODE3,
MODE_NONE,
};
#endif