fix: MISRA fixes in source files
This commit is contained in:
parent
5b93e4a9c6
commit
914b76ba8b
2 changed files with 9 additions and 5 deletions
|
|
@ -1,3 +1,6 @@
|
|||
// SPDX-License-Identifier: MIT
|
||||
// SPDX-FileCopyrightText: 2026 A.M. Rowsell <amr@frzn.dev>
|
||||
|
||||
#include "aht.h"
|
||||
|
||||
#include "hardware/i2c.h"
|
||||
|
|
|
|||
11
src/main.c
11
src/main.c
|
|
@ -18,13 +18,14 @@
|
|||
* the readings to Adafruit IO over MQTT using the Pico W.
|
||||
******************************************************************************/
|
||||
|
||||
#include "aht.h"
|
||||
#include "bmp.h"
|
||||
#include "credentials.h"
|
||||
#include "ens.h"
|
||||
#include "hardware/gpio.h"
|
||||
#include "hardware/i2c.h"
|
||||
#include "mqtt.h"
|
||||
#include "include/aht.h"
|
||||
#include "include/bmp.h"
|
||||
#include "include/credentials.h"
|
||||
#include "include/ens.h"
|
||||
#include "include/mqtt.h"
|
||||
#include "include/opt4048.h"
|
||||
#include "pico/cyw43_arch.h"
|
||||
#include "pico/stdlib.h" // IWYU pragma: keep
|
||||
#include <boards/pico_w.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue