mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 00:14:22 +08:00
Eliminate a 'Declaration isnt a prototype' warning.
This commit is contained in:
@@ -671,7 +671,7 @@ static int lc823450_i2s_send(struct i2s_dev_s *dev, struct ap_buffer_s *apb,
|
||||
* Name: lc823450_dmic_enable
|
||||
****************************************************************************/
|
||||
|
||||
static void lc823450_dmic_enable()
|
||||
static void lc823450_dmic_enable(void)
|
||||
{
|
||||
/* Disable clock for DGMIC */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user