Skip to content
Snippets Groups Projects
Commit f4b0cccd authored by Vincent Dupont's avatar Vincent Dupont Committed by GitHub
Browse files

Merge pull request #6607 from haukepetersen/opt_periph_errorguard

periph: removed broken xx_NUMOF checks
parents 61d5f1b8 419e043c
Branches
No related tags found
No related merge requests found
......@@ -52,15 +52,6 @@
extern "C" {
#endif
/**
* @brief Make sure the number of available ADC lines is defined
* @{
*/
#ifndef ADC_NUMOF
#error "ADC_NUMOF undefined"
#endif
/** @} */
/**
* @brief Define default ADC type identifier
* @{
......
......@@ -48,15 +48,6 @@
extern "C" {
#endif
/**
* @brief Make sure the number of available DAC lines is defined
* @{
*/
#ifndef DAC_NUMOF
#define "DAC_NUMOF undefined"
#endif
/** @} */
/**
* @brief Define default DAC type identifier
* @{
......
......@@ -57,15 +57,6 @@
extern "C" {
#endif
/**
* @brief Make sure the number of available UART devices is defined
* @{
*/
#ifndef UART_NUMOF
#error "UART_NUMOF undefined for the target platform"
#endif
/** @} */
/**
* @brief Define default UART type identifier
* @{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment