mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-19 04:28:28 +00:00
Traveler: Missing semicolon in prototype.
This commit is contained in:
parent
507cbe2475
commit
07e3637100
1 changed files with 1 additions and 1 deletions
|
|
@ -125,7 +125,7 @@ void trv_display_update(struct trv_graphics_info_s *fb);
|
|||
trv_pixel_t *trv_get_renderbuffer(uint16_t width, uint16_t height);
|
||||
|
||||
#ifdef CONFIG_NX_MULTIUSER
|
||||
FAR void *trv_nxlistener(FAR void *arg)
|
||||
FAR void *trv_nxlistener(FAR void *arg);
|
||||
#endif
|
||||
|
||||
#endif /* __APPS_GRAPHICS_TRAVELER_INCLUDE_TRV_GRAPHICS_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue