Skip to content

Commit c6ca8d4

Browse files
committed
Typo fixed.
1 parent 22c0b27 commit c6ca8d4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/Seeed-Studio-CAN_BUS_Shield/Seeed-Studio-CAN_BUS_Shield.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ void actionExecute(unsigned char action, unsigned char par, vscp_RxMessage const
112112

113113
switch(action)
114114
{
115-
// Implement your cod here ...
115+
// Implement your code here ...
116116

117117
default:
118118
break;

examples/Sparkfun_CAN-BUS_Shield/Sparkfun_CAN-BUS_Shield.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ void actionExecute(unsigned char action, unsigned char par, vscp_RxMessage const
134134

135135
switch(action)
136136
{
137-
// Implement your cod here ...
137+
// Implement your code here ...
138138

139139
default:
140140
break;

0 commit comments

Comments
 (0)