Fix some problems with a preceding commit
This commit is contained in:
parent
cc5c243fb8
commit
d5eec39096
@ -47,7 +47,7 @@ USERLIBS =
|
||||
|
||||
# Add libraries for board support
|
||||
|
||||
NUTTXLIBS = lib$(DELIM)libconfigs$(LIBEXT)
|
||||
NUTTXLIBS += lib$(DELIM)libconfigs$(LIBEXT)
|
||||
|
||||
# Add libraries for syscall support.
|
||||
|
||||
|
@ -47,7 +47,7 @@ USERLIBS =
|
||||
|
||||
# Add libraries for board support
|
||||
|
||||
NUTTXLIBS = lib$(DELIM)libconfigs$(LIBEXT)
|
||||
NUTTXLIBS += lib$(DELIM)libconfigs$(LIBEXT)
|
||||
|
||||
# Add libraries for syscall support. The C library will be needed by
|
||||
# both the kernel- and user-space builds. For now, the memory manager (mm)
|
||||
|
@ -47,7 +47,7 @@ USERLIBS =
|
||||
|
||||
# Add libraries for board support
|
||||
|
||||
NUTTXLIBS = lib$(DELIM)libconfigs$(LIBEXT)
|
||||
NUTTXLIBS += lib$(DELIM)libconfigs$(LIBEXT)
|
||||
|
||||
# Add libraries for syscall support. The C library will be needed by
|
||||
# both the kernel- and user-space builds. For now, the memory manager (mm)
|
||||
|
@ -136,7 +136,7 @@ void board_initialize(void);
|
||||
* Description:
|
||||
* Perform application specific initialization. This function is never
|
||||
* called directly from application code, but only indirectly via the
|
||||
* (non-standard) boardctl() interface
|
||||
* (non-standard) boardctl() interface using the command BOARDIOC_INIT.
|
||||
*
|
||||
*****************************************************************************/
|
||||
|
||||
|
@ -187,7 +187,7 @@ uintptr_t STUB_aio_cancel(int nbr, uintptr_t parm1, uintptr_t parm2);
|
||||
|
||||
/* Board support */
|
||||
|
||||
uintptr-t STUB_boardctl(int nbr, uintptr_t parm1, uinptr_1 parm2);
|
||||
uintptr_t STUB_boardctl(int nbr, uintptr_t parm1, uintptr_t parm2);
|
||||
|
||||
/* The following are defined if file descriptors are enabled */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user