1
0
mirror of git://projects.qi-hardware.com/iris.git synced 2025-04-21 12:27:27 +03:00

bugfixes, not complete

This commit is contained in:
Bas Wijnen
2009-08-12 21:06:46 +02:00
parent fb5a321554
commit 5198fd8db4
6 changed files with 12 additions and 12 deletions

View File

@@ -61,7 +61,7 @@ char const *decode_kbd = "0123456789abcdefghijklmnopqrstuvwxyz!@#$%^&*() T\n[],.
int main ():
// Set up lcd first
schedule ()
//schedule ()
kdebug ("start init\n")
setup ()
kdebug ("run init\n")

View File

@@ -121,8 +121,6 @@ static void log_msg (Message *msg):
log_char ('\n')
int main ():
__asm__ volatile ("break")
map_lcd ()
map_cpm ()