simplify includes

master
Stefan Dorn 2016-06-12 03:34:29 +01:00
parent 03a84a272a
commit 6ec9fcbb98
2 changed files with 2 additions and 10 deletions

View File

@ -8,11 +8,10 @@
#pragma once
#include <avr/interrupt.h>
#include <avr/io.h>
#include <avr/pgmspace.h>
#include <stdbool.h>
#include <stdint.h>
#include <avr/interrupt.h>
#include <avr/pgmspace.h>
#include <util/delay.h>
#include <util/twi.h>

View File

@ -6,18 +6,11 @@
* Project located at <https://github.com/benblazak/ergodox-firmware>
* ------------------------------------------------------------------------- */
#include <avr/interrupt.h>
#include <avr/pgmspace.h>
#include <stdbool.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdint.h>
#include <util/delay.h>
#include <util/delay.h>
#include "./keyboard/controller.c"
#include "./keyboard/keyboard.h"
// --------------------------------------------------------------------
// types and forward declarations
// --------------------------------------------------------------------