| 307 | * Search for command in Array of IRToCommandMappingStruct |
| 308 | */ |
| 309 | for (uint_fast8_t i = 0; i < sizeof(IRMapping) / sizeof(struct IRToCommandMappingStruct); ++i) { |
| 310 | if (IRReceivedData.command == IRMapping[i].IRCode) { |
| 311 | /* |
| 312 | * Command found |
nothing calls this directly
no outgoing calls
no test coverage detected