rusEFI
The most advanced open source ECU
persistent_configuration.h
Go to the documentation of this file.
1 /*
2  * @file persistent_configuration.h
3  *
4  * @date Feb 27, 2020
5  * @author Andrey Belomutskiy, (c) 2012-2020
6  */
7 
8 #pragma once
9 
11 
12 typedef struct {
13  int version;
14  int size;
16  uint32_t crc;