mirror of
https://github.com/WeActStudio/ArduinoCore-AT32F4.git
synced 2026-05-21 09:22:01 +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)
|
void SoftwareSerial::setSpeed(uint32_t speed)
|
||||||
{
|
{
|
||||||
return;
|
|
||||||
if (speed != cur_speed) {
|
if (speed != cur_speed) {
|
||||||
// Timer_Pause(TIMER_SERIAL);
|
// Timer_Pause(TIMER_SERIAL);
|
||||||
if (speed != 0) {
|
if (speed != 0) {
|
||||||
|
|||||||
Reference in New Issue
Block a user