Skip to content

Commit

Permalink
[Silabs] removed extern from AirQualitySensor.cpp (#37951)
Browse files Browse the repository at this point in the history
* removed externs from airqualitysnsors.cpp

* Restyled by clang-format

---------

Co-authored-by: Restyled.io <[email protected]>
  • Loading branch information
Sarthak-Shaha and restyled-commits authored Mar 11, 2025
1 parent 9ea399e commit 0bae36f
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,8 @@
#include <platform/CHIPDeviceLayer.h>

#ifdef USE_SPARKFUN_AIR_QUALITY_SENSOR
#ifdef __cplusplus
extern "C" {
#endif
#include <sparkfun_sgp40.h>
}
#include "sl_i2cspm_instances.h"
#include <sparkfun_sgp40.h>
#endif // USE_SPARKFUN_AIR_QUALITY_SENSOR

namespace {
Expand Down

0 comments on commit 0bae36f

Please sign in to comment.