Skip to content

Commit

Permalink
fix: add new function to headers
Browse files Browse the repository at this point in the history
  • Loading branch information
headblockhead committed Jan 22, 2025
1 parent 9d7d748 commit 7ac1855
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/squirrel_split.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
// get_packet takes a pointer to a 11-byte array and fills it with the data for
// the packet to be sent.
void get_packet(uint8_t (*packet)[11]);
void get_local_packet(uint8_t (*packet)[11]);

// process_packet takes a pointer to a 11-byte array and extracts the data from
// it into the remote_* variables.
Expand Down

0 comments on commit 7ac1855

Please sign in to comment.