Files
squeezelite-esp32/components/spotify/cspot/bell/cJSON/tests/unity_setup.c
Philippe G 898998efb0 big merge
2021-12-18 21:04:23 -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) { }