From d3006b171a9b1fe566402aaed5b6469c6e5e5103 Mon Sep 17 00:00:00 2001
From: Kaspar Schleiser <kaspar@schleiser.de>
Date: Fri, 4 Sep 2015 16:49:12 +0200
Subject: [PATCH] cpu: cortexm_common: remove obsolete UART0_BUFSIZE define

---
 cpu/cortexm_common/include/cpu.h | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/cpu/cortexm_common/include/cpu.h b/cpu/cortexm_common/include/cpu.h
index 0b6f294b11..416ecda7b4 100644
--- a/cpu/cortexm_common/include/cpu.h
+++ b/cpu/cortexm_common/include/cpu.h
@@ -62,17 +62,6 @@ extern "C" {
 #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
  * @{
-- 
GitLab