mirror of
https://github.com/apache/nuttx.git
synced 2026-03-27 02:29:15 +08:00
Fix typos from a previous commit
This commit is contained in:
2
arch
2
arch
Submodule arch updated: 139a8394ac...a2df8e045e
2
configs
2
configs
Submodule configs updated: 02a07e4dfc...a6a7289dbc
@@ -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]);
|
||||
|
||||
Reference in New Issue
Block a user