mirror of
https://github.com/tillitis/tillitis-key1.git
synced 2025-09-21 05:14:38 -04:00
Silence splint somewhat
The only real changes are some unitialized variables and that we now make explicit that we don't care about the return value from memset().
This commit is contained in:
parent
b0efcf019e
commit
09c1f3f549
5 changed files with 22 additions and 4 deletions
|
@ -50,6 +50,7 @@ struct frame_header {
|
|||
enum cmdlen len;
|
||||
};
|
||||
|
||||
/*@ -exportlocal @*/
|
||||
void writebyte(uint8_t b);
|
||||
uint8_t readbyte(void);
|
||||
void fwreply(struct frame_header hdr, enum fwcmd rspcode, uint8_t *buf);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue