Moved completely over to jam. bye bye make\!

This commit is contained in:
maniacbug
2011-06-27 21:22:39 -07:00
parent ce881ba0dc
commit e7c30f265f
18 changed files with 1036 additions and 1812 deletions

View File

@@ -286,7 +286,7 @@ void loop(void)
// And we are done right now (no easy way to soft reset)
printf("\n\rManually reset address to: %c\n\rPress RESET to continue!",c);
while(1);
while(1) ;
}
}
}