Skip to content

Commit

Permalink
Change to UART double speed for serial comms on the 16u2.
Browse files Browse the repository at this point in the history
  • Loading branch information
Phroon committed Sep 4, 2018
1 parent c1f4e9d commit 3ded11d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Joystick.c
Expand Up @@ -96,7 +96,7 @@ void Serial_Task(void) {

// Main entry point.
int main(void) {
Serial_Init(115200, false);
Serial_Init(115200, true);
Serial_CreateStream(NULL);

sei();
Expand Down

0 comments on commit 3ded11d

Please sign in to comment.