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.
Diff: canutils.h
- Revision:
- 3:92dae9083c83
- Parent:
- 1:d5452e398b76
- Child:
- 4:682d96ff6d79
--- a/canutils.h Tue Dec 14 21:50:35 2010 +0000 +++ b/canutils.h Tue Jun 07 12:23:28 2011 +0000 @@ -23,6 +23,7 @@ extern void can_close(); extern uint8_t can_set_speed(uint32_t speed); extern void show_can_message(); +extern void silent_can_message(); extern bool can_send_timeout (uint32_t id, char *frame, uint8_t len, uint16_t timeout); extern bool can_wait_timeout (uint32_t id, char *frame, uint8_t len, uint16_t timeout);