Fix regressive zephyr unit tests (#339)

This commit is contained in:
Mikhail Antropov
2022-09-21 17:08:37 +03:00
committed by GitHub
parent e79871129a
commit 32a312f974
53 changed files with 159 additions and 40 deletions
+1 -3
View File
@@ -1031,9 +1031,7 @@ static void test_bacapp_context_data(void)
const uint8_t context_tag_number = 1;
uint8_t apdu[480] = { 0 };
BACNET_APPLICATION_DATA_VALUE value = { 0 };
BACNET_APPLICATION_DATA_VALUE test_value = { 0 };
bool status = false;
int apdu_len, null_len, test_len;
int apdu_len, null_len;
unsigned i = 0;
for (i = 0; i < sizeof(tag_list)/sizeof(tag_list[0]); i++) {