summaryrefslogtreecommitdiff
path: root/core/Messenger.c
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2013-07-30 14:32:18 -0400
committerirungentoo <irungentoo@gmail.com>2013-07-30 14:32:18 -0400
commit77fa38f597305195d50c6674150365a601c30add (patch)
tree6a021f884ad71641f7a501699c6a9de66af55d63 /core/Messenger.c
parent87388b302e8c9cb6a5eb78d59f792a60fe6c675f (diff)
Clarification.
Diffstat (limited to 'core/Messenger.c')
-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{