summaryrefslogtreecommitdiff
path: root/shared-bindings/canio/CAN.h
diff options
context:
space:
mode:
authorJeff Epler <jepler@gmail.com>2020-09-29 14:25:53 -0500
committerJeff Epler <jepler@gmail.com>2020-09-29 14:25:53 -0500
commit611f81ac1afce82b74acbe8b282fef5300dac4d9 (patch)
tree95fd36744f208c98458fe0dab65f4f58360010e9 /shared-bindings/canio/CAN.h
parent1bea099eb201526a777f3d30b8a9e017724aaa9d (diff)
canio: actually drop the _error_count properties
thanks @tannewt
Diffstat (limited to 'shared-bindings/canio/CAN.h')
-rw-r--r--shared-bindings/canio/CAN.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/shared-bindings/canio/CAN.h b/shared-bindings/canio/CAN.h
index 8d61bc8ed..968b71f14 100644
--- a/shared-bindings/canio/CAN.h
+++ b/shared-bindings/canio/CAN.h
@@ -39,9 +39,6 @@ void common_hal_canio_can_construct(canio_can_obj_t *self, mcu_pin_obj_t *tx, mc
bool common_hal_canio_can_auto_restart_get(canio_can_obj_t *self);
bool common_hal_canio_can_deinited(canio_can_obj_t *self);
int common_hal_canio_can_baudrate_get(canio_can_obj_t *self);
-int common_hal_canio_can_bus_off_state_count_get(canio_can_obj_t *self);
-int common_hal_canio_can_error_passive_state_count_get(canio_can_obj_t *self);
-int common_hal_canio_can_error_warning_state_count_get(canio_can_obj_t *self);
bool common_hal_canio_can_loopback_get(canio_can_obj_t *self);
int common_hal_canio_can_receive_error_count_get(canio_can_obj_t *self);
canio_bus_state_t common_hal_canio_can_state_get(canio_can_obj_t *self);