We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81d7ef0 commit 16ed875Copy full SHA for 16ed875
2 files changed
ports/atmel-samd/common-hal/canio/CAN.h
@@ -41,9 +41,6 @@ typedef struct canio_can_obj {
41
mp_obj_base_t base;
42
Can *hw;
43
canio_can_state_t *state;
44
- volatile uint32_t error_warning_state_count;
45
- volatile uint32_t error_passive_state_count;
46
- volatile uint32_t bus_off_state_count;
47
int baudrate;
48
uint8_t rx_pin_number:8;
49
uint8_t tx_pin_number:8;
ports/stm/common-hal/canio/CAN.h
@@ -42,9 +42,6 @@ typedef struct canio_can_obj {
CAN_HandleTypeDef handle;
CAN_TypeDef *filter_hw;
const mcu_pin_obj_t *rx_pin;
50
const mcu_pin_obj_t *tx_pin;
0 commit comments