Skip to content

Commit e840657

Browse files
authored
Merge pull request #1 from witrac/adaptacion-a-pcbino_base_v4.X.X
Changes to review the pull
2 parents f74057e + 050b0b2 commit e840657

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

examples/CANReceiver/CANReceiver.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
33

44
// Selección del hardware a utilizar
5-
#define HW_RTLS_V4_0_X
6-
// #define HW_RTLS_V4_1_X
5+
// #define HW_RTLS_V4_0_X
6+
#define HW_RTLS_V4_1_X
77

88
#include <CAN.h>
99
#include "boards.h"

examples/CANReceiverCallback/CANReceiverCallback.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
33

44
// Selección del hardware a utilizar
5-
#define HW_RTLS_V4_0_X
6-
// #define HW_RTLS_V4_1_X
5+
// #define HW_RTLS_V4_0_X
6+
#define HW_RTLS_V4_1_X
77

88
#include <CAN.h>
99
#include "boards.h"

examples/CANSender/CANSender.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
33

44
// Selección del hardware a utilizar
5-
#define HW_RTLS_V4_0_X
6-
// #define HW_RTLS_V4_1_X
5+
// #define HW_RTLS_V4_0_X
6+
#define HW_RTLS_V4_1_X
77

88
#include <CAN.h>
99
#include "boards.h"

0 commit comments

Comments
 (0)