From fef49ed71cdc4b1d55ed3c6e8d5a9ee712b733ac Mon Sep 17 00:00:00 2001 From: Sam Perry <17242713+sdp8483@users.noreply.github.com> Date: Tue, 13 Dec 2022 19:22:30 -0500 Subject: [PATCH] bad underscore, bad! --- src/ESP32CAN.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ESP32CAN.cpp b/src/ESP32CAN.cpp index 501d9c5..3d5d6e6 100644 --- a/src/ESP32CAN.cpp +++ b/src/ESP32CAN.cpp @@ -70,7 +70,7 @@ ESP32CAN_status_t ESP32CAN::CANInit(gpio_num_t tx_pin, gpio_num_t rx_pin, ESP32C break; } - return ESP32_CAN_OK; + return ESP32CAN_OK; } ESP32CAN_status_t ESP32CAN::CANStop() {