mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
Fix version number display in NSH prompt
This commit is contained in:
parent
77a2ecce0f
commit
138f6a627e
2 changed files with 4 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue