From 63efa44dfa4893f967184659d611b30ef5651c8b Mon Sep 17 00:00:00 2001 From: irungentoo Date: Tue, 13 Aug 2013 19:36:02 -0400 Subject: Attempt to quickly fix a test. --- core/Messenger.c | 1 - core/Messenger.h | 1 - 2 files changed, 2 deletions(-) (limited to 'core') diff --git a/core/Messenger.c b/core/Messenger.c index 72f59036..2721f8f6 100644 --- a/core/Messenger.c +++ b/core/Messenger.c @@ -95,7 +95,6 @@ static uint16_t address_checksum(uint8_t *address, uint32_t len) * returns a FRIEND_ADDRESS_SIZE byte address to give to others. * format: [client_id (32 bytes)][nospam number (4 bytes)][checksum (2 bytes)] * - * TODO: add checksum. */ void getaddress(Messenger *m, uint8_t *address) { diff --git a/core/Messenger.h b/core/Messenger.h index 51f4eb14..9621176f 100644 --- a/core/Messenger.h +++ b/core/Messenger.h @@ -142,7 +142,6 @@ typedef struct Messenger { * returns a FRIEND_ADDRESS_SIZE byte address to give to others. * format: [client_id (32 bytes)][nospam number (4 bytes)][checksum (2 bytes)] * - * TODO: add checksum. */ void getaddress(Messenger *m, uint8_t *address); -- cgit v1.2.3