File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -368,14 +368,14 @@ static mp_obj_t busio_uart_obj_reset_input_buffer(mp_obj_t self_in) {
368368 return mp_const_none ;
369369}
370370static MP_DEFINE_CONST_FUN_OBJ_1 (busio_uart_reset_input_buffer_obj , busio_uart_obj_reset_input_buffer ) ;
371- //| class Parity:
372- //| """Enum-like class to define the parity used to verify correct data transfer."""
371+ //| class Parity:
372+ //| """Enum-like class to define the parity used to verify correct data transfer."""
373373//|
374- //| ODD: int
375- //| """Total number of ones should be odd."""
374+ //| ODD: int
375+ //| """Total number of ones should be odd."""
376376//|
377- //| EVEN: int
378- //| """Total number of ones should be even."""
377+ //| EVEN: int
378+ //| """Total number of ones should be even."""
379379//|
380380//|
381381const mp_obj_type_t busio_uart_parity_type ;
You can’t perform that action at this time.
0 commit comments