12 lines
133 B
C++
12 lines
133 B
C++
#include <unity.h>
|
|
|
|
void setup() {
|
|
UNITY_BEGIN();
|
|
// Tests
|
|
UNITY_END();
|
|
}
|
|
|
|
void loop() {
|
|
// Required by PlatformIO
|
|
}
|