some fixes. LED flush for debug.
This commit is contained in:
parent
1bcebc2848
commit
e7c6839d2d
5 changed files with 48 additions and 21 deletions
|
@ -4,7 +4,7 @@
|
|||
#include <avr/interrupt.h>
|
||||
#include <util/delay.h>
|
||||
|
||||
void jump_bootloader() {
|
||||
void jump_bootloader(void) {
|
||||
cli();
|
||||
// disable watchdog, if enabled
|
||||
// disable all peripherals
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue