a8a87a09 —
Pascal Getreuer
[Core] Simplify audio_duration_to_ms() and audio_ms_to_duration(), reduce firmware size by a few bytes. (#21427)
2 years ago
#pragma oncevoidvirtser_init(void);/* Define this function in your code to process incoming bytes */voidvirtser_recv(constuint8_tch);/* Call this to send a character over the Virtual Serial Device */voidvirtser_send(constuint8_tbyte);