* Hi. Let's say that I have board A and board B. Same MCU. Different LED pins. How using stm32f1xx-hal I can define a different LED pin to use depending on board ? https://github.com/luqasz/gbot/blob/main/src/bin/firmware.rs#L25 Using hal crate I have to hardcode it, which I find to be annoying.