Segger rtt lib

Dependents:   acnSensa_LIS acd52832_Indoor_Posit_Peripheral acd52832_Indoor_Posit_Central iBeacon acnsensa ... more

Revision:
2:abdc4190029b
Parent:
1:5acbf302ee01
--- a/SEGGER_RTT_Syscalls_GCC.c	Thu May 31 13:01:22 2018 +0000
+++ b/SEGGER_RTT_Syscalls_GCC.c	Thu May 31 13:03:29 2018 +0000
@@ -76,22 +76,6 @@
 
 /*********************************************************************
 *
-*       _write()
-*
-* Function description
-*   Low-level write function.
-*   libc subroutines will use this system routine for output to all files,
-*   including stdout.
-*   Write data via RTT.
-*/
-int _write(int file, char *ptr, int len) {
-  (void) file;  /* Not used, avoid warning */
-  SEGGER_RTT_Write(0, ptr, len);
-  return len;
-}
-
-/*********************************************************************
-*
 *       _write_r()
 *
 * Function description