You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by ma...@apache.org on 2016/08/25 20:19:28 UTC

[2/3] incubator-mynewt-core git commit: shell prompt in own files

shell prompt in own files


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/1f523179
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/1f523179
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/1f523179

Branch: refs/heads/develop
Commit: 1f523179bea61de2f35e5cd8415e551984a2b24a
Parents: 2617a91
Author: David G. Simmons <sa...@mac.com>
Authored: Fri Aug 12 12:56:13 2016 -0400
Committer: David G. Simmons <sa...@mac.com>
Committed: Fri Aug 12 12:56:13 2016 -0400

----------------------------------------------------------------------
 libs/console/full/include/console/console.h | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/1f523179/libs/console/full/include/console/console.h
----------------------------------------------------------------------
diff --git a/libs/console/full/include/console/console.h b/libs/console/full/include/console/console.h
index 4f3f946..a196f01 100644
--- a/libs/console/full/include/console/console.h
+++ b/libs/console/full/include/console/console.h
@@ -20,7 +20,6 @@
 #define __CONSOLE_H__
 
 #include <stdarg.h>
-//#include "console/prompt.h"
 
 typedef void (*console_rx_cb)(void);