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: shared_variables.h
- Revision:
- 124:c1b6c893e1c3
- Parent:
- 123:1d395b5a4cad
- Child:
- 126:1f90756250fb
--- a/shared_variables.h Mon May 11 19:21:39 2015 +0000 +++ b/shared_variables.h Wed May 13 14:25:57 2015 +0000 @@ -164,6 +164,14 @@ extern uint16_t string_msg_overflow; extern bool test_flag_unusual; extern bool show_time; +extern bool dont_say_hello_again; +extern bool reverse_list; +extern bool show_hello_status; +extern bool request_clock_now; +extern bool show_wake_all_up_status; +extern bool wake_all; +extern uint16_t end_call_ext; +extern bool end_call; const uint8_t RTP_HEADER_OFFSET = 12; ///< Identifica o inicio dos dados de audio ( payload )
