From 07bdbe85fc98d61db00bb96754257af4efa97e45 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sun, 28 Jul 2019 10:08:23 -0600 Subject: [PATCH] configs/olimex-stm32-e407/src/stm32_ina219.c: Correct a compile error found in build testing. --- configs/olimex-stm32-e407/src/stm32_ina219.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 */ -