We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6543569 commit c26cd91Copy full SHA for c26cd91
examples/platform/silabs/sensors/AirQuality/AirQualitySensor.cpp
@@ -22,12 +22,8 @@
22
#include <platform/CHIPDeviceLayer.h>
23
24
#ifdef USE_SPARKFUN_AIR_QUALITY_SENSOR
25
-#ifdef __cplusplus
26
-extern "C" {
27
-#endif
28
-#include <sparkfun_sgp40.h>
29
-}
30
#include "sl_i2cspm_instances.h"
+#include <sparkfun_sgp40.h>
31
#endif // USE_SPARKFUN_AIR_QUALITY_SENSOR
32
33
namespace {
0 commit comments