mirror of
https://github.com/apache/nuttx.git
synced 2026-05-20 04:16:35 +08:00
Fix some problems with a preceding commit
This commit is contained in:
+1
-1
@@ -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.
|
||||
|
||||
|
||||
+1
-1
@@ -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)
|
||||
|
||||
+1
-1
@@ -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 */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user