You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by pa...@apache.org on 2016/09/26 22:14:49 UTC

[4/6] incubator-mynewt-core git commit: this file needs to be consistent with the one in full. They had different names

this file needs to be consistent with the one in full.  They had different names


Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/commit/6aea7128
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/6aea7128
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/6aea7128

Branch: refs/heads/develop
Commit: 6aea7128449ec463ee80d0740a9a572bc8439c4a
Parents: f5df33c
Author: Paul Dietrich <pa...@yahoo.com>
Authored: Wed Sep 21 17:07:41 2016 -0700
Committer: Paul Dietrich <pa...@yahoo.com>
Committed: Mon Sep 26 10:41:37 2016 -0700

----------------------------------------------------------------------
 libs/console/stub/include/console/prompt.h | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/6aea7128/libs/console/stub/include/console/prompt.h
----------------------------------------------------------------------
diff --git a/libs/console/stub/include/console/prompt.h b/libs/console/stub/include/console/prompt.h
index 9d7f622..a1d72c9 100644
--- a/libs/console/stub/include/console/prompt.h
+++ b/libs/console/stub/include/console/prompt.h
@@ -17,8 +17,9 @@
  * under the License.
  */
 
-#ifndef H_CONSOLE_PROMPT_
-#define H_CONSOLE_PROMPT_
+#ifndef __CONSOLE_PROMPT_H__
+#define __CONSOLE_PROMPT_H__
+nclude/console/prompt.h
 
 #include <stdarg.h>
 
@@ -31,4 +32,4 @@ void console_set_prompt(char);
 extern char console_prompt[2];
 
 
-#endif /* __CONSOLE_H__ */
+#endif /* __CONSOLE_PROMPT_H__ */