TestTarget only outputs alphabet chars.

This commit is contained in:
Stefan Beller 2012-05-22 20:15:07 +02:00
parent 7a64c8d0d5
commit 1b839d2388
1 changed files with 2 additions and 0 deletions

View File

@ -376,6 +376,8 @@ int main(void) {
SPDR = j++;
clockWait(1); // wait 320 us
SPDR = j++;
if (j >= 'Z')
j = 'A';
}
#endif