| LCOV - code coverage report | |||||||||||||||||||||||||||||
|
|||||||||||||||||||||||||||||
Branch data Line data Source code 1 : : #include "sute.h" 2 : : 3 : 1 : Return finish(void) 4 : : { 5 : 1 : printf(CYAN "\nTelemetry\n"); 6 : 1 : printf(WHITE); 7 : 1 : telemetry_show(); 8 : 1 : printf(RESET); 9 : : 10 : 1 : return(SUCCESS); 11 : : } |
| Generated by: LCOV version 2.0-1 |