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:
parent
0b5ca0e4c3
commit
021471e691
@ -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
|
||||
* @{
|
||||
|
Loading…
Reference in New Issue
Block a user