mirror of
https://github.com/apache/nuttx.git
synced 2026-08-19 04:28:21 +00:00
configs/olimex-stm32-e407/src/stm32_ina219.c: Correct a compile error found in build testing.
This commit is contained in:
parent
124212624d
commit
07bdbe85fc
1 changed files with 1 additions and 2 deletions
|
|
@ -4,7 +4,6 @@
|
|||
* Copyright (C) 2018 Erle Robotics (Juan Flores Muñoz). All rights reserved.
|
||||
* Author: Erle Robotics (Juan Flores Muñoz) <juan@erlerobotics.com>
|
||||
*
|
||||
*
|
||||
* 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 <errno.h>
|
||||
#include <syslog.h>
|
||||
#include <debug.h>
|
||||
|
||||
#include <nuttx/spi/spi.h>
|
||||
#include <nuttx/sensors/ina219.h>
|
||||
|
|
@ -104,4 +104,3 @@ int stm32_ina219initialize(FAR const char *devpath)
|
|||
}
|
||||
|
||||
#endif /* CONFIG_I2C && CONFIG_SENSORS_INA219 */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue