For Arduino framework
| 317 | #ifdef ARDUINO |
| 318 | // For Arduino framework |
| 319 | void setup() { |
| 320 | // Wait ~2 seconds before the Unity test runner |
| 321 | // establishes connection with a board Serial interface |
| 322 | delay(2000); |
| 323 | |
| 324 | runUnityTests(); |
| 325 | } |
| 326 | void loop() {} |
| 327 | #endif |
| 328 |
nothing calls this directly
no test coverage detected