Closed DominusFulguris closed 3 years ago
The driver source file, "sht4x.c", attempts to include the header file "sht4x.h" twice with the first occurrence from an apparently invalid path:
(Line 18)
The same thing seems to be true for the sgp40 driver.
The shgp40_sht4x sample application also references this invalid path.
The file exists in <REPO_ROOT>/include/drivers/sensor/sht4x.h. Sample also builds fine: west build -b blackpill_f411ce samples/sensor/sgp40_sht4x. Closing as this doesn't seem to be a bug.
<REPO_ROOT>/include/drivers/sensor/sht4x.h
west build -b blackpill_f411ce samples/sensor/sgp40_sht4x
The driver source file, "sht4x.c", attempts to include the header file "sht4x.h" twice with the first occurrence from an apparently invalid path:
(Line 18)
include <drivers/sensor/sht4x.h>
The same thing seems to be true for the sgp40 driver.
The shgp40_sht4x sample application also references this invalid path.