bad underscore, bad!

This commit is contained in:
Sam Perry 2022-12-13 19:22:30 -05:00
parent ae6e01ba51
commit fef49ed71c

View file

@ -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() {