Refactor names to follow new convention

This commit is contained in:
2026-03-29 15:04:28 +02:00
parent fedbdd2739
commit 3b2abd3f71
32 changed files with 1073 additions and 1063 deletions

View File

@@ -6,7 +6,7 @@
#include "custom_types.h"
#include <EEPROM.h>
extern volatile vehicle_config config_global;
extern volatile VehicleConfig config_global;
void config_global_read(vehicle_config& out);
void config_global_write(const vehicle_config& in);
void configGlobalRead(VehicleConfig& out);
void configGlobalWrite(const VehicleConfig& in);