#ifndef _OPTIONS_TABLE_H
#define _OPTIONS_TABLE_H

#include "modbus_struct.h"

#define ADR_STORE_OPTION_TO_FLASH       0x16000


#define SIZE_OPTIONS_TABLE  200


extern MODBUS_REG_STRUCT options_controller[SIZE_OPTIONS_TABLE];

int store_data_flash(MODBUS_REG_STRUCT *modbus_t, unsigned int size);


#endif // end _OPTIONS_TABLE_H