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: canbus.hpp
- Revision:
- 6:3fca0ca1949e
- Parent:
- 0:1e09cd7d66b4
- Child:
- 7:c9fd242538d9
--- a/canbus.hpp Wed Jul 04 05:51:03 2018 +0000 +++ b/canbus.hpp Thu Jul 05 16:30:54 2018 +0000 @@ -56,4 +56,5 @@ const unsigned int RX_Quinconce = 0x135; // const unsigned int RX_QuincSinc = 0x136; const unsigned int RX_QuincSinc = 0x11A; + const unsigned int RX_Configure = 0x11B; #endif