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: parallelcpld.h
- Revision:
- 117:e9facba9db27
- Parent:
- 116:39a41ebb675c
- Child:
- 119:ee6a53069455
diff -r 39a41ebb675c -r e9facba9db27 parallelcpld.h --- a/parallelcpld.h Thu Apr 23 20:24:09 2015 +0000 +++ b/parallelcpld.h Thu Apr 23 21:53:28 2015 +0000 @@ -13,11 +13,11 @@ //alguém explica por que eu nao consido deixar esse cara como extern ??? extern ring_buffer * rb; -extern uint8_t TXBuffer[ CB_BUFFER_SIZE ]; +extern uint8_t TXBuffer[ __CB_BUFFER_SIZE__ ]; ///<UART3 TX Buffer -- Buffer de transmissao para o CPLD extern uint8_t tx_clear; -extern uint8_t cb_tx_buffer[ CB_BUFFER_SIZE ]; +extern uint8_t cb_tx_buffer[ __CB_BUFFER_SIZE__ ]; ///< Armazena o ultimo pacote enviado para os CBx void parallel_write( uint8_t data);
