mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 09:18:00 +08:00
Fix a couple of warnings in last commit (one was really an error).
This commit is contained in:
@@ -199,7 +199,7 @@ FAR const char *builtin_getname(int index);
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
FAR const struct builtin_s *builtin_for_index(int index);
|
||||
FAR struct builtin_s const *builtin_for_index(int index);
|
||||
|
||||
#undef EXTERN
|
||||
#if defined(__cplusplus)
|
||||
|
||||
Reference in New Issue
Block a user