forked from pichenettes/avril
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request pichenettes#5 from indigoid/misc-fixes
Misc fixes
- Loading branch information
Showing
3 changed files
with
56 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -53,7 +53,7 @@ inline void Boot(bool init_timers) { | |
#endif | ||
|
||
#ifdef HAS_USART3 | ||
UCSR3B = 0 | ||
UCSR3B = 0; | ||
#endif | ||
} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,6 +41,7 @@ DMCU = m$(MCU_NAME)p | |
MCU_DEFINE = ATMEGA$(MCU_NAME)P | ||
endif | ||
endif | ||
endif | ||
|
||
F_CPU ?= 20000000 | ||
|
||
|