| 393 | // ============================================================================ |
| 394 | |
| 395 | void pinMap(fl::span<PinInfo> pins) { |
| 396 | for (fl::size i = 0; i < pins.size(); ++i) { |
| 397 | if (pins[i].pin >= 0) { |
| 398 | pins[i].port = pinToPort(pins[i].pin); |
| 399 | } |
| 400 | } |
| 401 | } |
| 402 | |
| 403 | } // namespace fl |
no test coverage detected