mirror of
https://github.com/apache/nuttx.git
synced 2026-06-02 01:21:26 +08:00
Fix typos from a previous commit
This commit is contained in:
@@ -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