Added Exception_Schedule property to schedule object example. (#709)

This commit is contained in:
Steve Karg
2024-08-01 12:15:57 -05:00
committed by GitHub
parent 4ee3bb6fa2
commit ebfaa5eb2c
3 changed files with 209 additions and 94 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ static void testSchedule(void)
unsigned count = 0;
uint32_t object_instance = 0;
const int skip_fail_property_list[] = {
PROP_LIST_OF_OBJECT_PROPERTY_REFERENCES, -1
-1
};
Schedule_Init();