#ifndef _descriptionStruct_h_ #define _descriptionStruct_h_ typedef struct { byte use; //0-3 || 0-1 char text[29]; //Text }ChannelDesc; #endif