Fix typos from a previous commit
This commit is contained in:
parent
366e3d3353
commit
afdb3c751a
2
arch
2
arch
@ -1 +1 @@
|
||||
Subproject commit 139a8394acd4dff3e5983be13543d8a264681c91
|
||||
Subproject commit a2df8e045e72541ff4f629e8a4d5e030711588e0
|
2
configs
2
configs
@ -1 +1 @@
|
||||
Subproject commit 02a07e4dfc9a5e04a2aeb57f4bd89e80285e2bbc
|
||||
Subproject commit a6a7289dbc478350fce5db2c5f3afe1b59e0499d
|
@ -450,7 +450,7 @@ void cc1101_dumpregs(struct cc1101_dev_s * dev, uint8_t addr, uint8_t length)
|
||||
{
|
||||
uint8_t buf[0x30], i;
|
||||
|
||||
cc1101_access(dev, addr, FAR uint8_t *buf, length);
|
||||
cc1101_access(dev, addr, (FAR uint8_t *)buf, length);
|
||||
|
||||
printf("CC1101[%2x]: ", addr);
|
||||
for (i=0; i<length; i++) printf(" %2x,", buf[i]);
|
||||
|
Loading…
Reference in New Issue
Block a user