diff --git a/configs/olimex-stm32-e407/src/stm32_ina219.c b/configs/olimex-stm32-e407/src/stm32_ina219.c index b900c4650e3..96980a8c21f 100644 --- a/configs/olimex-stm32-e407/src/stm32_ina219.c +++ b/configs/olimex-stm32-e407/src/stm32_ina219.c @@ -4,7 +4,6 @@ * Copyright (C) 2018 Erle Robotics (Juan Flores Muñoz). All rights reserved. * Author: Erle Robotics (Juan Flores Muñoz) * - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: @@ -42,6 +41,7 @@ #include #include +#include #include #include @@ -104,4 +104,3 @@ int stm32_ina219initialize(FAR const char *devpath) } #endif /* CONFIG_I2C && CONFIG_SENSORS_INA219 */ -