mirror of
https://github.com/apache/nuttx-apps.git
synced 2025-10-18 08:52:01 +08:00
This is the Pokemon patch to change all includes fronm <apps/bla/bla.h> to "bla/bla.h"
This commit is contained in:

committed by
Gregory Nutt

parent
63ff107419
commit
2cbad44f1d
@@ -43,9 +43,9 @@
|
||||
#include <stdlib.h>
|
||||
|
||||
#ifdef CONFIG_NSH_CLE
|
||||
# include <apps/system/cle.h>
|
||||
# include "system/cle.h"
|
||||
#else
|
||||
# include <apps/system/readline.h>
|
||||
# include "system/readline.h"
|
||||
#endif
|
||||
|
||||
#include "nsh.h"
|
||||
|
Reference in New Issue
Block a user