embedded-framework/external/cJSON-1.7.17/tests/unity_setup.c
2024-06-05 09:28:13 +08:00

4 lines
121 B
C

// msvc doesn't support weak-linking, so we need to define these functions.
void setUp(void) { }
void tearDown(void) { }