X-Git-Url: http://cloudbase.mooo.com/gitweb/z180-stamp.git/blobdiff_plain/7f552300815ccadd45ebb3e7f0ae72a3b2e0c4e5..ce47d431da8ca00d52caffebaafd7ddb817d7b26:/avr/main.c diff --git a/avr/main.c b/avr/main.c index af082a3..8bffef9 100644 --- a/avr/main.c +++ b/avr/main.c @@ -1,9 +1,11 @@ /* + * (C) Copyright 2014 Leo C. + * + * SPDX-License-Identifier: GPL-2.0+ */ #include "common.h" - #include #include #include @@ -18,7 +20,9 @@ #include "cli.h" #include "env.h" #include "z180-serv.h" -#include "spi.h" +#include "gpio.h" +#include "time.h" +#include "rtc.h" static uint8_t mcusr; @@ -109,13 +113,6 @@ void setup_avr(void) TCCR3B = (0b01<