chore: replace YES/NO macros to 1/0

Signed-off-by: Caoruihong <crh.cao@huawei.com>
Change-Id: I40e31e82c33418019c1afc16ac174919e72fbb07
This commit is contained in:
Caoruihong
2021-11-16 01:27:06 +08:00
parent 07cab40473
commit bba832ea08
20 changed files with 53 additions and 73 deletions

View File

@@ -77,7 +77,7 @@ UINT32 g_testCircleCount = 0;
UINT32 g_fatFilesystem;
UINT8 g_mUsIndex;
#if TEST_MODULE_CHECK == YES
#if TEST_MODULE_CHECK == 1
extern UINT32 g_FailModelResult[];
extern UINT32 g_PassModelResult[];