diff options
| author | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2010-02-11 04:05:02 +0000 |
|---|---|---|
| committer | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2010-02-11 04:05:02 +0000 |
| commit | 0cb18cbd31a349d0b557c5d02a7c306dbf1c3146 (patch) | |
| tree | a6353899c8cc6940a6540832b36891345483c474 /LUFA/Drivers/Peripheral/ADC.h | |
| parent | e3c377365d601b0b0a6577a0b4ff1029f275adab (diff) | |
Add more include protection macros to give the user warnings when they try to manually include private driver header files, instead of the public driver headers.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1123 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'LUFA/Drivers/Peripheral/ADC.h')
| -rw-r--r-- | LUFA/Drivers/Peripheral/ADC.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/LUFA/Drivers/Peripheral/ADC.h b/LUFA/Drivers/Peripheral/ADC.h index 1a111697..98236436 100644 --- a/LUFA/Drivers/Peripheral/ADC.h +++ b/LUFA/Drivers/Peripheral/ADC.h @@ -54,8 +54,7 @@ /* Macros: */
#if !defined(__DOXYGEN__)
- #define INCLUDE_FROM_ADC_H
- #define INCLUDE_FROM_CHIP_DRIVER
+ #define __INCLUDE_FROM_ADC_H
#endif
/* Includes: */
|
