We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ea399e commit 0bae36fCopy full SHA for 0bae36f
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