diff --git a/interfaces/native/include/sensor_agent_type.h b/interfaces/native/include/sensor_agent_type.h index 85531a585d586719192e43621f5fc0bf4775ef02..96a24d6ff94d0e8c8583e15767f71a92bf586e1d 100644 --- a/interfaces/native/include/sensor_agent_type.h +++ b/interfaces/native/include/sensor_agent_type.h @@ -47,7 +47,7 @@ extern "C" { /** Maximum length of the sensor name */ #ifndef NAME_MAX_LEN -#define NAME_MAX_LEN 48 +#define NAME_MAX_LEN 128 #endif /* NAME_MAX_LEN */ /** Size of sensor data */ #ifndef SENSOR_USER_DATA_SIZE