Skip to content

Commit

Permalink
improve function description
Browse files Browse the repository at this point in the history
  • Loading branch information
breaker27 committed Jan 16, 2014
1 parent 880b373 commit 64fe766
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions firmware/shc_basestation/shc_basestation.c
Expand Up @@ -191,10 +191,9 @@ void decode_data(uint8_t len)
}
}

// Set senderid, packetcounter and CRC into the partly filled packet, encrypt it using the given AES key number and send it.
void send_packet(uint8_t aes_key_nr, uint8_t packet_len)
{
// init packet buffer
//memset(&bufx[0], 0, sizeof(bufx));
pkg_header_set_senderid(deviceID);

// update packet counter
Expand Down

0 comments on commit 64fe766

Please sign in to comment.