Skip to content
This repository was archived by the owner on Feb 28, 2024. It is now read-only.

Commit 87ff435

Browse files
authored
Update ReadCan.ino
1 parent 9263e6f commit 87ff435

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

examples/CAN/ReadCan/ReadCan.ino

+4-4
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414

1515
using namespace machinecontrol;
1616

17-
#define DATARATE_2MB 260000
18-
#define DATARATE_1_5MB 206000
19-
#define DATARATE_1MB 125000
20-
#define DATARATE_800KB 100000
17+
#define DATARATE_2MB 2000000
18+
#define DATARATE_1_5MB 1500000
19+
#define DATARATE_1MB 1000000
20+
#define DATARATE_800KB 800000
2121

2222

2323
void setup() {

0 commit comments

Comments
 (0)