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: mbed mbed-STM32F103C8T6
Diff: ecu_reader.cpp
- Revision:
- 3:05bb8f0bd7a4
- Parent:
- 0:908be729d27c
--- a/ecu_reader.cpp Mon Jul 12 10:03:53 2010 +0000
+++ b/ecu_reader.cpp Wed Apr 25 09:30:02 2012 +0000
@@ -13,6 +13,7 @@
can2.frequency(can_speed);
}
+
#define TIMEOUT 200
unsigned char ecu_reader::request(unsigned char pid, char *buffer)
{