mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-17 04:52:59 +01:00
drivers/kw2xrf: use unsigned char
This commit is contained in:
parent
e3fd43861c
commit
a81c0a544c
@ -39,8 +39,8 @@ extern "C" {
|
||||
#endif
|
||||
|
||||
typedef struct overwrites_tag {
|
||||
char address;
|
||||
char data;
|
||||
uint8_t address;
|
||||
uint8_t data;
|
||||
} overwrites_t;
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user