Skip to content

Commit

Permalink
Update drivers/bme680/bme680.c
Browse files Browse the repository at this point in the history
Co-authored-by: chrysn <chrysn@fsfe.org>
  • Loading branch information
gdoffe and chrysn authored Feb 28, 2024
1 parent 5afd0f5 commit fc45e56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/bme680/bme680.c
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

unsigned int bme680_devs_numof = 0;

bme680_t *bme680_devs[BME680_NUMOF] = {0};
bme680_t *bme680_devs[BME680_NUMOF] = { NULL };

int bme680_init(bme680_t *dev, const bme680_params_t *params)
{
Expand Down

0 comments on commit fc45e56

Please sign in to comment.