mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-15 01:13:33 +00:00
Merged nuttx/apps into master
This commit is contained in:
commit
6ae39194e8
2 changed files with 3 additions and 2 deletions
|
|
@ -41,6 +41,7 @@
|
|||
****************************************************************************/
|
||||
|
||||
#include "trv_types.h"
|
||||
#include <semaphore.h>
|
||||
|
||||
#include <nuttx/video/fb.h>
|
||||
#ifdef CONFIG_NX
|
||||
|
|
@ -124,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 */
|
||||
|
|
|
|||
|
|
@ -114,7 +114,7 @@ endif
|
|||
# mktrig - Regenerate trigonometry look-up tables
|
||||
|
||||
mktrig$(HOSTEXEEXT): $(MKTRIG_OBJS)
|
||||
$(Q) $(HOSTCC) $(HOSTCFLAGS) -lm $< -o $@
|
||||
$(Q) $(HOSTCC) $(HOSTCFLAGS) $< -o $@ -lm
|
||||
|
||||
ifdef HOSTEXEEXT
|
||||
mktrig: mktrig$(HOSTEXEEXT)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue