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…
x
Reference in New Issue
Block a user