Segger rtt lib

Dependents:   acnSensa_LIS acd52832_Indoor_Posit_Peripheral acd52832_Indoor_Posit_Central iBeacon acnsensa ... more

Files at this revision

API Documentation at this revision

Comitter:
jurica238814
Date:
Thu May 31 13:03:29 2018 +0000
Parent:
1:5acbf302ee01
Commit message:
_write function definition removed.

Changed in this revision

SEGGER_RTT_Syscalls_GCC.c Show annotated file Show diff for this revision Revisions of this file
diff -r 5acbf302ee01 -r abdc4190029b SEGGER_RTT_Syscalls_GCC.c
--- 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