aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gadc/AT91SAM7/gadc_lld_config.h
diff options
context:
space:
mode:
authorinmarket <andrewh@inmarket.com.au>2013-10-28 19:06:16 +1000
committerinmarket <andrewh@inmarket.com.au>2013-10-28 19:06:16 +1000
commit737ac5be9743e37b80133706faf02e959e803459 (patch)
treeeb0bf63c333e6d51f19ee20676d475f8eb607c98 /drivers/gadc/AT91SAM7/gadc_lld_config.h
parentb05a29f830008ab0e9a36d8384ed7cf4ea3fb18b (diff)
downloaduGFX-737ac5be9743e37b80133706faf02e959e803459.tar.gz
uGFX-737ac5be9743e37b80133706faf02e959e803459.tar.bz2
uGFX-737ac5be9743e37b80133706faf02e959e803459.zip
Create uGFX board directories which include example Makefiles.
Currently only done for the Olimex-SAM7EX256 board.
Diffstat (limited to 'drivers/gadc/AT91SAM7/gadc_lld_config.h')
-rw-r--r--drivers/gadc/AT91SAM7/gadc_lld_config.h12
1 files changed, 2 insertions, 10 deletions
diff --git a/drivers/gadc/AT91SAM7/gadc_lld_config.h b/drivers/gadc/AT91SAM7/gadc_lld_config.h
index 8c6e1cc0..ba6cbda2 100644
--- a/drivers/gadc/AT91SAM7/gadc_lld_config.h
+++ b/drivers/gadc/AT91SAM7/gadc_lld_config.h
@@ -52,16 +52,8 @@
*/
#define GADC_SAMPLE_FORMAT ARRAY_DATA_10BITUNSIGNED
-/* Pull in board specific defines */
-#if defined(GADC_USE_CUSTOM_BOARD) && GADC_USE_CUSTOM_BOARD
- /* Include the user supplied board definitions */
- #include "gadc_lld_board.h"
-#elif defined(BOARD_OLIMEX_SAM7_EX256)
- #include "gadc_lld_board_olimexsam7ex256.h"
-#else
- /* Include the user supplied board definitions */
- #include "gadc_lld_board.h"
-#endif
+/* Include the user supplied board definitions */
+#include "gadc_lld_board.h"
#endif /* GFX_USE_GADC */