mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 16:50:55 +08:00
Eliminate a warning
This commit is contained in:
@@ -302,7 +302,7 @@ static ssize_t stm32l4_rngread(struct file *filep, char *buffer, size_t buflen)
|
||||
* Public Functions
|
||||
****************************************************************************/
|
||||
|
||||
void up_rnginitialize()
|
||||
void up_rnginitialize(void)
|
||||
{
|
||||
stm32l4_rnginitialize();
|
||||
register_driver("/dev/random", &g_rngops, 0444, NULL);
|
||||
|
||||
Reference in New Issue
Block a user