diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2011-02-20 13:08:29 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2011-02-20 13:08:29 +0000 |
commit | 5e7319058268e021ae39ca4b9fcabaec0060117b (patch) | |
tree | f40fe1525f2053746540498041f1e8a819277bd7 /LUFA/CodeTemplates/DriverStubs/Buttons.h | |
parent | 1daa5e16f9a395fb2943906a715adb35b8106988 (diff) | |
download | lufa-5e7319058268e021ae39ca4b9fcabaec0060117b.tar.gz lufa-5e7319058268e021ae39ca4b9fcabaec0060117b.tar.bz2 lufa-5e7319058268e021ae39ca4b9fcabaec0060117b.zip |
Start update of documentation to support possible multiple architectures in the future - alter \file documentation to automatically copy in the module documentation where possible.
Diffstat (limited to 'LUFA/CodeTemplates/DriverStubs/Buttons.h')
-rw-r--r-- | LUFA/CodeTemplates/DriverStubs/Buttons.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/LUFA/CodeTemplates/DriverStubs/Buttons.h b/LUFA/CodeTemplates/DriverStubs/Buttons.h index de23d7be6..f1a184600 100644 --- a/LUFA/CodeTemplates/DriverStubs/Buttons.h +++ b/LUFA/CodeTemplates/DriverStubs/Buttons.h @@ -43,9 +43,6 @@ #define __BUTTONS_USER_H__ /* Includes: */ - #include <avr/io.h> - #include <stdbool.h> - // TODO: Add any required includes here /* Enable C linkage for C++ Compilers: */ |