remove unused struct

This commit is contained in:
proddy
2026-01-04 21:32:32 +01:00
parent bb22386f7f
commit 712a8537c9

View File

@@ -159,12 +159,6 @@ class System {
static void extractSettings(const char * filename, const char * section, JsonObject output);
static bool saveSettings(const char * filename, const char * section, JsonObject input);
// GPIOs
struct GpioInfo {
uint8_t pin;
std::string name;
};
static bool add_gpio(uint8_t pin, const char * source_name);
static std::vector<uint8_t> available_gpios();
static bool load_board_profile(std::vector<int8_t> & data, const std::string & board_profile);