mirror of
https://github.com/tillitis/tillitis-key1.git
synced 2025-08-19 03:37:57 -04:00
Add void to function signatures meant to be used without args
This commit is contained in:
parent
046343e525
commit
e085d0ebd0
4 changed files with 11 additions and 11 deletions
|
@ -142,7 +142,7 @@ static void write(uint8_t *buf, size_t nbytes)
|
|||
}
|
||||
}
|
||||
|
||||
uint8_t readbyte()
|
||||
uint8_t readbyte(void)
|
||||
{
|
||||
for (;;) {
|
||||
if (*can_rx) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue