mirror of
https://gitee.com/jiuyilian/embedded-framework.git
synced 2025-10-24 18:20:15 -04:00
4 lines
121 B
C
4 lines
121 B
C
// msvc doesn't support weak-linking, so we need to define these functions.
|
|
void setUp(void) { }
|
|
void tearDown(void) { }
|