File tree 2 files changed +0
-6
lines changed
atmel-samd/common-hal/canio
2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -41,9 +41,6 @@ typedef struct canio_can_obj {
41
41
mp_obj_base_t base ;
42
42
Can * hw ;
43
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
44
int baudrate ;
48
45
uint8_t rx_pin_number :8 ;
49
46
uint8_t tx_pin_number :8 ;
Original file line number Diff line number Diff line change @@ -42,9 +42,6 @@ typedef struct canio_can_obj {
42
42
mp_obj_base_t base ;
43
43
CAN_HandleTypeDef handle ;
44
44
CAN_TypeDef * filter_hw ;
45
- volatile uint32_t error_warning_state_count ;
46
- volatile uint32_t error_passive_state_count ;
47
- volatile uint32_t bus_off_state_count ;
48
45
int baudrate ;
49
46
const mcu_pin_obj_t * rx_pin ;
50
47
const mcu_pin_obj_t * tx_pin ;
You can’t perform that action at this time.
0 commit comments