Refactor header includes

This commit is contained in:
Ben V. Brown
2024-09-22 21:24:29 +10:00
parent 8b63292d72
commit 64b2c4b3b1
13 changed files with 17 additions and 15 deletions

View File

@@ -7,9 +7,10 @@
* Houses the system settings and allows saving / restoring from flash
*/
#include "configuration.h"
#ifndef CORE_SETTINGS_H_
#define CORE_SETTINGS_H_
#include "configuration.h"
#include <stdbool.h>
#include <stdint.h>
#ifdef MODEL_Pinecilv2