removed mystring typedef

This commit is contained in:
Erik Frojdh 2019-06-18 17:41:26 +02:00
parent 17b08b6e53
commit 71f26b2831

View File

@ -67,7 +67,7 @@
#define DEFAULT_STREAMING_TIMER_IN_MS 200
typedef char mystring[MAX_STR_LENGTH];
// typedef char mystring[MAX_STR_LENGTH];
#ifdef __cplusplus
class slsDetectorDefs {