mirror of
https://github.com/markqvist/OpenModem.git
synced 2025-05-02 06:26:24 -04:00
Cleanup
This commit is contained in:
parent
7b5495b767
commit
35a92e167e
746 changed files with 1 additions and 244748 deletions
|
@ -353,8 +353,6 @@ void mp1Send(MP1 *mp1, void *_buffer, size_t length) {
|
|||
// Get the transmit data buffer
|
||||
uint8_t *buffer = (uint8_t *)_buffer;
|
||||
|
||||
uint8_t *compressed = (uint8_t *)compressionBuffer;
|
||||
|
||||
// Initialize checksum to zero
|
||||
mp1->checksum_out = MP1_CHECKSUM_INIT;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue