1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00

periph/uart: removed UART_NUMOF check

This commit is contained in:
Hauke Petersen 2017-02-15 09:45:06 +01:00
parent 0b5ca0e4c3
commit 021471e691

View File

@ -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
* @{