| 669 | } |
| 670 | |
| 671 | void cliFunc_led( char* args ) |
| 672 | { |
| 673 | CLILEDState ^= 1 << 1; // Toggle between 0 and 1 |
| 674 | errorLED( CLILEDState ); // Enable/Disable error LED |
| 675 | } |
| 676 | |
| 677 | void cliFunc_periodic( char* args ) |
| 678 | { |
nothing calls this directly
no test coverage detected
searching dependent graphs…