Files
squeezelite-esp32/components/spotify/cspot/bell/external/cJSON/tests/unity_setup.c
2023-03-25 16:48:41 -07: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) { }