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.
Dependencies: EALib EthernetInterface_vz mbed-rtos mbed
Fork of header_main_colinas_V0-20-09-14 by
Diff: UART3Interrupt.h
- Revision:
- 117:e9facba9db27
- Parent:
- 116:39a41ebb675c
- Child:
- 119:ee6a53069455
diff -r 39a41ebb675c -r e9facba9db27 UART3Interrupt.h --- a/UART3Interrupt.h Thu Apr 23 20:24:09 2015 +0000 +++ b/UART3Interrupt.h Thu Apr 23 21:53:28 2015 +0000 @@ -6,7 +6,7 @@ #include "vz_protocol.h" #include "shared_variables.h" -extern char RXBuffer[ CB_BUFFER_SIZE ]; +extern char RXBuffer[ __CB_BUFFER_SIZE__ ]; ///< UART3 RX Buffer extern volatile uint8_t status;