Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of LG by
Diff: console.c
- Revision:
- 12:74bd0ecf7f83
- Parent:
- 1:f2adcae3d304
- Child:
- 21:bc8c1cec3da6
--- a/console.c Mon Feb 01 16:40:49 2016 +0000 +++ b/console.c Tue Feb 02 14:42:57 2016 +0000 @@ -1,7 +1,6 @@ + #include "Global.h" - - #define FOSC 12000000 #define FCCLK (FOSC * 8) @@ -74,7 +73,7 @@ } -void SendToBuffStr(char *s)//������ ������ (����� ������������� �� ����) � ����� �� ������. +void SendToBuffStr1(char *s)//������ ������ (����� ������������� �� ����) � ����� �� ������. { while (*s != 0) { @@ -95,7 +94,6 @@ } } - /* void UART0_SendString (char *s) {