diff target-utils/c139explore/main.c @ 950:cd34e0d534b9

c139explore: LCD output implemented, does not work
author Mychaela Falconia <falcon@ivan.Harhan.ORG>
date Wed, 04 Nov 2015 01:43:44 +0000
parents df1dccc0ef9c
children eb27543ce18e
line wrap: on
line diff
--- a/target-utils/c139explore/main.c	Wed Nov 04 00:46:36 2015 +0000
+++ b/target-utils/c139explore/main.c	Wed Nov 04 01:43:44 2015 +0000
@@ -13,6 +13,7 @@
 	*(volatile u16 *)0xfffe4802 = 0x0002;
 	*(volatile u16 *)0xfffe4804 = 0xFFF5;
 	abb_init();
+	uwire_init();
 	for (;;) {
 		putchar('=');
 		if (command_entry())