mirror of
https://github.com/apache/nuttx.git
synced 2026-09-03 07:33:00 +00:00
Eliminate a warning
This commit is contained in:
parent
03a31fca25
commit
a52f638d7e
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue