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.
Revision 1:1ff8c07b8c2e, committed 2021-04-02
- Comitter:
- mohamedwajdi
- Date:
- Fri Apr 02 10:04:07 2021 +0000
- Parent:
- 0:aefcdfe9ca2f
- Commit message:
- TP3 RBT 2GII ENETCOM
Changed in this revision
| port/portserial.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/port/portserial.cpp Fri Mar 31 01:47:35 2017 +0000
+++ b/port/portserial.cpp Fri Apr 02 10:04:07 2021 +0000
@@ -36,7 +36,7 @@
/* ----------------------- System Variables ---------------------------------*/
-Serial ser3(PB_10, PC_5); //serial3
+Serial ser3(PB_6, PB_7); //serial3
extern Serial pc;
static uint8_t grx_buf=0;
@@ -67,7 +67,7 @@
EXIT_CRITICAL_SECTION( );
//if(xTxEnable)
- //¤£¥Î¦b³oÃä³]©wser3.write(tx_buf,TX_BUFF_LENGTH,serialTxCBEvent,SERIAL_EVENT_TX_COMPLETE);
+ //���Φb�o��]�wser3.write(tx_buf,TX_BUFF_LENGTH,serialTxCBEvent,SERIAL_EVENT_TX_COMPLETE);
//else
//{