nuttx/graphics/nxmu
Masayuki Ishikawa e598d81543 graphics: nxmu: Fix hard fault in nxmu_server.c
Summary:
- Recently I noticed that the nxhello caused hard fault
- Finally, I found that mq_open() had been changed to nxmq_open()
  but the calling convention was not correct.
- This commit fixes this issue.

Impact:
- nxmu_server.c only

Testing:
- Tested with nxhello, nxlines & nxdemo with the following configs
- spresense:wifi, spresense:wifi_smp

Signed-off-by: Masayuki Ishikawa <Masayuki.Ishikawa@jp.sony.com>
2021-02-15 00:03:08 -08:00
..
Make.defs graphics: Author: Gregory Nutt: update licenses to Apache 2021-02-07 11:09:03 -03:00
nxmu_kbdin.c graphics: Author: Gregory Nutt: update licenses to Apache 2021-02-07 11:09:03 -03:00
nxmu_mouse.c graphics: Author: Gregory Nutt: update licenses to Apache 2021-02-07 11:09:03 -03:00
nxmu_openwindow.c graphics: Author: Gregory Nutt: update licenses to Apache 2021-02-07 11:09:03 -03:00
nxmu_redraw.c graphics: Author: Gregory Nutt: update licenses to Apache 2021-02-07 11:09:03 -03:00
nxmu_releasebkgd.c graphics: Author: Gregory Nutt: update licenses to Apache 2021-02-07 11:09:03 -03:00
nxmu_reportposition.c graphics: Author: Gregory Nutt: update licenses to Apache 2021-02-07 11:09:03 -03:00
nxmu_requestbkgd.c graphics: Author: Gregory Nutt: update licenses to Apache 2021-02-07 11:09:03 -03:00
nxmu_sendclient.c graphics: Author: Gregory Nutt: update licenses to Apache 2021-02-07 11:09:03 -03:00
nxmu_sendclientwindow.c graphics: Author: Gregory Nutt: update licenses to Apache 2021-02-07 11:09:03 -03:00
nxmu_server.c graphics: nxmu: Fix hard fault in nxmu_server.c 2021-02-15 00:03:08 -08:00
nxmu_start.c graphics: Author: Gregory Nutt: update licenses to Apache 2021-02-07 11:09:03 -03:00
nxmu.h graphics: Author: Gregory Nutt: update licenses to Apache 2021-02-07 11:09:03 -03:00