#include "..\inc\cfg_items.h"

//#define me

__root const CFG_HDR cfghdr0={CFG_UINT,"Second to start file",0,99};
__root const int sleepsec = 15;

__root const CFG_HDR cfghdr1_1={CFG_STR_UTF8,"Path to file",3,127};
__root const char FILE[128] = "";
