Skip to content

Commit b7ea92b

Browse files
committed
SuperCAN: teensy: add documnentation
1 parent 94825bc commit b7ea92b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/device/supercan/src/supercan_teensy_4x.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1556,6 +1556,8 @@ extern void sc_board_can_feat_set(uint8_t index, uint16_t features)
15561556
{
15571557
struct can *can = &cans[index];
15581558

1559+
// NOTE: no need for TASD, we only use a single TX box
1560+
15591561
if (can->fd_capable) {
15601562
if (features & SC_FEATURE_FLAG_FDF) {
15611563
LOG("ch%u CAN-FD enabled\n", index);

0 commit comments

Comments
 (0)