summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--core/Messenger.c1
1 files changed, 1 insertions, 0 deletions
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)
242 242
243/* get our nickname 243/* get our nickname
244 put it in name 244 put it in name
245 name needs to be a valid memory location with a size of at least MAX_NAME_LENGTH bytes.
245 return the length of the name */ 246 return the length of the name */
246uint16_t getself_name(uint8_t *name) 247uint16_t getself_name(uint8_t *name)
247{ 248{