aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gaudin/gadc/gaudin_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/gaudin/gadc/gaudin_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/gaudin/gadc/gaudin_lld_config.h')
-rw-r--r--drivers/gaudin/gadc/gaudin_lld_config.h11
1 files changed, 2 insertions, 9 deletions
diff --git a/drivers/gaudin/gadc/gaudin_lld_config.h b/drivers/gaudin/gadc/gaudin_lld_config.h
index f10e0575..a9fd02ae 100644
--- a/drivers/gaudin/gadc/gaudin_lld_config.h
+++ b/drivers/gaudin/gadc/gaudin_lld_config.h
@@ -50,15 +50,8 @@ typedef adcsample_t audin_sample_t;
* For the GAUDIN driver that uses GADC - all the remaining config definitions are specific
* to the board.
*/
-#if defined(GADC_USE_CUSTOM_BOARD) && GADC_USE_CUSTOM_BOARD
- /* Include the user supplied board definitions */
- #include "gaudin_lld_board.h"
-#elif defined(BOARD_OLIMEX_SAM7_EX256)
- #include "gaudin_lld_board_olimexsam7ex256.h"
-#else
- /* Include the user supplied board definitions */
- #include "gaudin_lld_board.h"
-#endif
+/* Include the user supplied board definitions */
+#include "gaudin_lld_board.h"
#endif /* GFX_USE_GAUDIN */