diff options
author | Rafaël Carré <rafael.carre@gmail.com> | 2012-01-04 05:21:52 +0000 |
---|---|---|
committer | Rafaël Carré <rafael.carre@gmail.com> | 2012-01-04 05:21:52 +0000 |
commit | b9594976701accc895d22f0ace0e4397bade0f4c (patch) | |
tree | 77d65cc4c7f442ccc2a39f8097f540c4be8fc08f /firmware/target/arm/at91sam/lyre_proto1 | |
parent | ec398340cd9ebe2dea4181665afa1fd7419bc2d3 (diff) |
dbg_ports(): remove duplicate prototype
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31558 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/target/arm/at91sam/lyre_proto1')
-rw-r--r-- | firmware/target/arm/at91sam/lyre_proto1/debug-lyre_proto1.c | 3 | ||||
-rw-r--r-- | firmware/target/arm/at91sam/lyre_proto1/debug-target.h | 1 |
2 files changed, 1 insertions, 3 deletions
diff --git a/firmware/target/arm/at91sam/lyre_proto1/debug-lyre_proto1.c b/firmware/target/arm/at91sam/lyre_proto1/debug-lyre_proto1.c index 5277afc348..320833a55b 100644 --- a/firmware/target/arm/at91sam/lyre_proto1/debug-lyre_proto1.c +++ b/firmware/target/arm/at91sam/lyre_proto1/debug-lyre_proto1.c @@ -19,9 +19,8 @@ * ****************************************************************************/ -#include "at91sam9260.h" #include <stdbool.h> -#include "debug-target.h" +#include "system.h" bool dbg_ports(void) { diff --git a/firmware/target/arm/at91sam/lyre_proto1/debug-target.h b/firmware/target/arm/at91sam/lyre_proto1/debug-target.h index 59dd58cb32..946215b846 100644 --- a/firmware/target/arm/at91sam/lyre_proto1/debug-target.h +++ b/firmware/target/arm/at91sam/lyre_proto1/debug-target.h @@ -21,6 +21,5 @@ #include <stdbool.h> -bool dbg_ports(void); bool dbg_hw_info(void); |