Fix version number display in NSH prompt
This commit is contained in:
parent
77a2ecce0f
commit
138f6a627e
@ -861,3 +861,6 @@
|
||||
|
||||
7.2 2014-xx-xx Gregory Nutt <gnutt@nuttx.org>
|
||||
|
||||
* Fix NuttShell version number display in welcome message. version.h
|
||||
was not being included (2014-3-23).
|
||||
|
||||
|
@ -49,6 +49,7 @@
|
||||
# include <sys/stat.h>
|
||||
#endif
|
||||
|
||||
#include <nuttx/version.h>
|
||||
#include <apps/nsh.h>
|
||||
|
||||
#include "nsh.h"
|
||||
|
Loading…
Reference in New Issue
Block a user