From 0cb18cbd31a349d0b557c5d02a7c306dbf1c3146 Mon Sep 17 00:00:00 2001 From: Dean Date: Thu, 11 Feb 2010 04:05:02 +0000 Subject: 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 --- LUFA/Drivers/Peripheral/ADC.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'LUFA/Drivers/Peripheral/ADC.h') 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: */ -- cgit v1.2.3