This commit is contained in:
rusefi 2019-02-05 19:00:52 -05:00
parent 8ac0010fbe
commit bb5775f1aa
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ extern EnginePins enginePins;
static ioportid_t PORTS[] = { GPIOA, GPIOB, GPIOC, GPIOD, GPIOE, GPIOF, GPIOG, GPIOH };
#else
static ioportid_t PORTS[] = { GPIOA, GPIOB, GPIOC, GPIOD, GPIOF};
#endif
#endif /* defined(STM32F4XX) || defined(STM32F7XX) */
ioportid_t getHwPort(const char *msg, brain_pin_e brainPin) {
if (brainPin == GPIO_UNASSIGNED)