| 291 | printRomInfo(); |
| 292 | } |
| 293 | void versionInfoFunc(int value) { |
| 294 | displaySubMenu(subMenuGenericUpdateFunc); |
| 295 | printVersionInfo(); |
| 296 | } |
| 297 | |
| 298 | void setChanEnabled(int chan, int value) { |
| 299 | if (value == 0) |
nothing calls this directly
no test coverage detected