Skip to content
Snippets Groups Projects
Commit d3006b17 authored by Kaspar Schleiser's avatar Kaspar Schleiser
Browse files

cpu: cortexm_common: remove obsolete UART0_BUFSIZE define

parent f2825d2b
No related branches found
No related tags found
No related merge requests found
...@@ -62,17 +62,6 @@ extern "C" { ...@@ -62,17 +62,6 @@ extern "C" {
#endif #endif
/** @} */ /** @} */
/**
* @brief UART0 buffer size definition for compatibility reasons
*
* @todo remove once the remodeling of the uart0 driver is done
* @{
*/
#ifndef UART0_BUFSIZE
#define UART0_BUFSIZE (128)
#endif
/** @} */
/** /**
* @brief Deprecated interrupt control function for backward compatibility * @brief Deprecated interrupt control function for backward compatibility
* @{ * @{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment