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: main.cpp
- Revision:
- 3:ce56713e4201
- Parent:
- 2:a285b70981c6
- Child:
- 4:e40a05b32518
--- a/main.cpp Thu Dec 06 11:10:52 2012 +0000
+++ b/main.cpp Thu Dec 06 22:25:51 2012 +0000
@@ -1,7 +1,6 @@
#include "mbed.h"
DigitalOut rx_led(LED1);
-DigitalOut tx_led(LED4);
Serial pc(USBTX, USBRX);
CAN gmlan(p30, p29);
@@ -39,7 +38,6 @@
// Clear serial terminal and start capturing packets
clearAndHome();
pc.printf("Starting packet capture at %i bps\r\n", baudrate);
-
gmlan.attach(&processMessage);
while(1) {