From 4a528f5f5db93feea55664c01fe2dbcf7838e3ad Mon Sep 17 00:00:00 2001 From: utzig Date: Sat, 11 Jul 2015 12:43:47 +0000 Subject: [AVR] Removed spurious includes, better include paths git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8075 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/ports/AVR/st_lld.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'os') diff --git a/os/hal/ports/AVR/st_lld.h b/os/hal/ports/AVR/st_lld.h index eccc9bfde..871d5ca4a 100644 --- a/os/hal/ports/AVR/st_lld.h +++ b/os/hal/ports/AVR/st_lld.h @@ -27,9 +27,6 @@ #ifndef _ST_LLD_H_ #define _ST_LLD_H_ -#include "mcuconf.h" -#include "avr_timers.h" - /*===========================================================================*/ /* Driver constants. */ /*===========================================================================*/ -- cgit v1.2.3