mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
Fix illegal coding style on nxaudio.c
Make it as 2 lines
This commit is contained in:
parent
2b4a25c8d5
commit
17539f1340
1 changed files with 2 additions and 1 deletions
|
|
@ -197,7 +197,8 @@ int init_nxaudio_devname(FAR struct nxaudio_s *nxaudio,
|
|||
|
||||
/* Create message queue to communicate with audio driver */
|
||||
|
||||
nxaudio->mq = create_audiomq(mqname, nxaudio->fd, buf_info.nbuffers + 8);
|
||||
nxaudio->mq = create_audiomq(mqname, nxaudio->fd,
|
||||
buf_info.nbuffers + 8);
|
||||
|
||||
/* Create audio buffers to inject audio sample */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue