diff --git a/core/Messenger.c b/core/Messenger.c index 3a287363..272c5fa7 100644 --- a/core/Messenger.c +++ b/core/Messenger.c @@ -242,6 +242,7 @@ int setname(uint8_t * name, uint16_t length) /* get our nickname put it in name + name needs to be a valid memory location with a size of at least MAX_NAME_LENGTH bytes. return the length of the name */ uint16_t getself_name(uint8_t *name) {