Skip to content
Snippets Groups Projects
Commit 021471e6 authored by Hauke Petersen's avatar Hauke Petersen
Browse files

periph/uart: removed UART_NUMOF check

parent 0b5ca0e4
Branches
No related tags found
No related merge requests found
......@@ -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