Skip to content
Permalink
Browse files

Mod to work with 12M crystal

  • Loading branch information
zephray committed Feb 1, 2018
1 parent 6281d8f commit f560c3630751dbd64ac2ceade1bcccdb359be91c
Showing with 3 additions and 3 deletions.
  1. +3 −3 src/GB_Cart_Flasher_FW.c
@@ -1670,15 +1670,15 @@ int main(void)

if ((PINE & (1u << DDE0 | 1u << DDE2)) == 0x01u) {

UBRRL = 0x02;
UBRRL = 0x05;

} else if ((PINE & (1u << DDE0 | 1u << DDE2)) == 0x04u) {

UBRRL = 0x00;
UBRRL = 0x01;

} else {

UBRRL = 0x01;
UBRRL = 0x03;

}

0 comments on commit f560c36

Please sign in to comment.