Intermediate Commit while joining avr-fw-top

dev-panel
Harald Wolff 2017-11-09 10:13:26 +01:00
parent 069cba24b0
commit a3ce961866
2 changed files with 3 additions and 4 deletions

View File

@ -15,9 +15,7 @@ char flash_buffer[ SPM_PAGESIZE ];
uint8_t bootloader(FILE *stream)
{
uint8_t n;
int ch;
uint8_t cmd;
int ch;
for (n=0;n<10;n++)
{

View File

@ -1,5 +1,6 @@
#include <avr/io.h>
#include <sys/cpu.h>
#include <cpu/cpu.h>
#include <sys/systick.h>
#ifdef __AVR_ATmega32__