mirror of
https://github.com/apache/nuttx.git
synced 2026-09-26 01:46:57 +08:00
Back out part of f4bcaa4fc2dc2f06d5632d3b74f43c25a6e7e845.If CONFIG_ARCH_IDLE_CUSTOM is defined, then it should not use the version of lc823450_idle.c in arch/arm/src/lc823450. That part was correct before the PR. If CONFIG_ARCH_IDLE_CUSTOM, then the build should use a custom IDLE loop in the board src/ directory.
This commit is contained in:
+1
-1
@@ -365,7 +365,7 @@ int gethostname(FAR char *name, size_t size);
|
||||
int sethostname(FAR const char *name, size_t size);
|
||||
#endif
|
||||
|
||||
/* Get configurable system varaibles */
|
||||
/* Get configurable system variables */
|
||||
|
||||
long sysconf(int name);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user