aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/AVR
diff options
context:
space:
mode:
authorutzig <utzig@35acf78f-673a-0410-8e92-d51de3d6d3f4>2015-07-11 12:43:47 +0000
committerutzig <utzig@35acf78f-673a-0410-8e92-d51de3d6d3f4>2015-07-11 12:43:47 +0000
commit4a528f5f5db93feea55664c01fe2dbcf7838e3ad (patch)
tree024e3840bf949859e78d05c15007e667a54d3d1d /os/hal/ports/AVR
parent893a54f29908a557a6352ada68af830dff59a820 (diff)
downloadChibiOS-4a528f5f5db93feea55664c01fe2dbcf7838e3ad.tar.gz
ChibiOS-4a528f5f5db93feea55664c01fe2dbcf7838e3ad.tar.bz2
ChibiOS-4a528f5f5db93feea55664c01fe2dbcf7838e3ad.zip
[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
Diffstat (limited to 'os/hal/ports/AVR')
-rw-r--r--os/hal/ports/AVR/st_lld.h3
1 files changed, 0 insertions, 3 deletions
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. */
/*===========================================================================*/