mirror of
https://github.com/WeActStudio/ArduinoCore-AT32F4.git
synced 2026-05-21 01:12:00 +00:00
Merge pull request #23 from ZYQ-FEIYUE/main
add SoftwareSerial and fix some bug
This commit is contained in:
@@ -114,7 +114,6 @@ uint32_t SoftwareSerial::cur_speed = 0;
|
||||
|
||||
void SoftwareSerial::setSpeed(uint32_t speed)
|
||||
{
|
||||
return;
|
||||
if (speed != cur_speed) {
|
||||
// Timer_Pause(TIMER_SERIAL);
|
||||
if (speed != 0) {
|
||||
|
||||
Reference in New Issue
Block a user