From bb5775f1aa043fee3137b14c2e4138bc3862353b Mon Sep 17 00:00:00 2001 From: rusefi Date: Tue, 5 Feb 2019 19:00:52 -0500 Subject: [PATCH] docs --- firmware/hw_layer/io_pins.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/hw_layer/io_pins.cpp b/firmware/hw_layer/io_pins.cpp index 81afa82551..25216b70dd 100644 --- a/firmware/hw_layer/io_pins.cpp +++ b/firmware/hw_layer/io_pins.cpp @@ -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)