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:
Gregory Nutt
2018-05-11 06:26:01 -06:00
parent f4bcaa4fc2
commit 4a9a421c34
3 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -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);