| 1257 | |
| 1258 | |
| 1259 | void cliFunc_readLEDs( char* args ) |
| 1260 | { |
| 1261 | print( NL ); |
| 1262 | info_print("LED State: "); |
| 1263 | printInt8( USBKeys_LEDs ); |
| 1264 | } |
| 1265 | |
| 1266 | |
| 1267 | void cliFunc_usbAddr( char* args ) |
nothing calls this directly
no test coverage detected
searching dependent graphs…