shell: Add missing header
When compiling with the native_posix console, the prototype for posix_flush_stdout() was missing => added. Signed-off-by: Alberto Escolar Piedras <alpi@oticon.com>
This commit is contained in:
parent
c0ea40cd74
commit
4486478f53
1 changed files with 4 additions and 0 deletions
|
@ -22,6 +22,10 @@
|
|||
|
||||
#include <shell/shell.h>
|
||||
|
||||
#if defined(CONFIG_NATIVE_POSIX_CONSOLE)
|
||||
#include "drivers/console/native_posix_console.h"
|
||||
#endif
|
||||
|
||||
#define ARGC_MAX 10
|
||||
#define COMMAND_MAX_LEN 50
|
||||
#define MODULE_NAME_MAX_LEN 20
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue