mirror of https://github.com/ARMmbed/mbed-os.git
avoiding compiler issues
parent
379c86dd66
commit
68db4dd52f
|
@ -326,7 +326,7 @@ struct octet_type_t {
|
|||
* Size in byte of a data.
|
||||
*/
|
||||
static size_t size() {
|
||||
return sizeof(_value);
|
||||
return octet_size;
|
||||
}
|
||||
|
||||
protected:
|
||||
|
|
Loading…
Reference in New Issue