diff --git a/interfaces/native/include/sensor_agent_type.h b/interfaces/native/include/sensor_agent_type.h index f780e3e5e818aac4462df839dd6b713ac98a19c2..37b0de0e57418519152160a8e4307367945e1d8f 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