switch to teensy 3.0

This commit is contained in:
hg
2014-03-08 00:23:46 +01:00
parent 987be758ad
commit 89771e70d1
11 changed files with 269 additions and 207 deletions

View File

@ -3,7 +3,7 @@
void fatal(uint8_t code) {
cli();
// cli();
// do something with the code and somehow show that there is a problem
while (1);
}