Clicker2-STM32: Add logic to register the MRF24J40 radio character device.

This commit is contained in:
Gregory Nutt
2017-03-23 06:58:54 -06:00
parent 22651dcae2
commit 40a8ef3c00
4 changed files with 50 additions and 5 deletions
+4
View File
@@ -466,6 +466,10 @@ static int radio802154dev_ioctl(FAR struct file *filep, int cmd,
return ret;
}
/****************************************************************************
* Public Functions
****************************************************************************/
/****************************************************************************
* Name: radio802154dev_register
*