[AVR] add DAC HAL options to disable annoying warning

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5944 35acf78f-673a-0410-8e92-d51de3d6d3f4
master
utzig 2013-07-09 21:05:09 +00:00
parent 9970f28cb9
commit 82c16dccd4
4 changed files with 28 additions and 0 deletions

View File

@ -51,6 +51,13 @@
#define HAL_USE_ADC FALSE #define HAL_USE_ADC FALSE
#endif #endif
/**
* @brief Enables the DAC subsystem.
*/
#if !defined(HAL_USE_DAC) || defined(__DOXYGEN__)
#define HAL_USE_DAC FALSE
#endif
/** /**
* @brief Enables the CAN subsystem. * @brief Enables the CAN subsystem.
*/ */

View File

@ -51,6 +51,13 @@
#define HAL_USE_ADC FALSE #define HAL_USE_ADC FALSE
#endif #endif
/**
* @brief Enables the DAC subsystem.
*/
#if !defined(HAL_USE_DAC) || defined(__DOXYGEN__)
#define HAL_USE_DAC FALSE
#endif
/** /**
* @brief Enables the CAN subsystem. * @brief Enables the CAN subsystem.
*/ */

View File

@ -51,6 +51,13 @@
#define HAL_USE_ADC FALSE #define HAL_USE_ADC FALSE
#endif #endif
/**
* @brief Enables the DAC subsystem.
*/
#if !defined(HAL_USE_DAC) || defined(__DOXYGEN__)
#define HAL_USE_DAC FALSE
#endif
/** /**
* @brief Enables the CAN subsystem. * @brief Enables the CAN subsystem.
*/ */

View File

@ -51,6 +51,13 @@
#define HAL_USE_ADC FALSE #define HAL_USE_ADC FALSE
#endif #endif
/**
* @brief Enables the DAC subsystem.
*/
#if !defined(HAL_USE_DAC) || defined(__DOXYGEN__)
#define HAL_USE_DAC FALSE
#endif
/** /**
* @brief Enables the CAN subsystem. * @brief Enables the CAN subsystem.
*/ */