* Channel is saved in EEPROM
* Allow serial port to work with more term emulators
This commit is contained in:
parent
545eaedee4
commit
46853d9395
3 changed files with 17 additions and 5 deletions
|
@ -128,7 +128,7 @@ Bool usb_user_read_request(U8 type, U8 request)
|
|||
|
||||
/* We don't have a real serial port - so these aren't applicable. We
|
||||
advertise that we support nothing, so shouldn't get them anyway */
|
||||
/* case GET_LINE_CODING:
|
||||
case GET_LINE_CODING:
|
||||
cdc_get_line_coding();
|
||||
return TRUE;
|
||||
break;
|
||||
|
@ -142,8 +142,7 @@ Bool usb_user_read_request(U8 type, U8 request)
|
|||
cdc_set_control_line_state();
|
||||
return TRUE;
|
||||
break;
|
||||
*/
|
||||
default:
|
||||
default:
|
||||
break;
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue