Skip to content

Commit fcf279c

Browse files
committed
Merge branch 'legacy'
2 parents 351cece + 5da7abc commit fcf279c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/RR32Can/Station.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ void Station::HandlePacket(const RR32Can::Identifier& id,
335335

336336
case RR32Can::kPing:
337337
#if (LOG_PING == STD_ON)
338-
printf("Ping. Payload: 0x"));
338+
printf("Ping. Payload: 0x");
339339
data.printAsHex();
340340
printf("\n");
341341
#endif

0 commit comments

Comments
 (0)