[PATCH 11/16] Included missing test.c file from previous patch

Jarielle Catbagan jcatbagan93 at gmail.com
Wed Jun 17 18:18:33 UTC 2015


Included missing test.c file from previous patch.

---
 ports/beagleboneblack/test.c | 11 +++++++++++
 1 file changed, 11 insertions(+)
 create mode 100644 ports/beagleboneblack/test.c

diff --git a/ports/beagleboneblack/test.c b/ports/beagleboneblack/test.c
new file mode 100644
index 0000000..c7cfa8f
--- /dev/null
+++ b/ports/beagleboneblack/test.c
@@ -0,0 +1,11 @@
+#include "config.h"
+#include "stddefs.h"
+
+ulong MonStack[MONSTACKSIZE/4];
+
+char *adsHelp[] = {"test", 0};
+
+int ads(int argc, char **argv)
+{
+ return 0;
+}
-- 
2.3.3


More information about the umon-devel mailing list