| 191 | * Search for command in Array of IRToCommandMappingStruct |
| 192 | */ |
| 193 | for (uint_fast8_t i = 0; i < sizeof(IRMapping) / sizeof(struct IRToCommandMappingStruct); ++i) { |
| 194 | if (IRReceivedData.command == IRMapping[i].IRCode) { |
| 195 | /* |
| 196 | * Command found |
nothing calls this directly
no outgoing calls
no test coverage detected