Skip to content

Commit fbd9a6e

Browse files
authored
Merge pull request #9141 from dhalbert/serial_bytes_available
Runtime.serial_bytes_available: return count instead of bool
2 parents 8027efe + 4b44e32 commit fbd9a6e

File tree

63 files changed

+99
-1182
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+99
-1182
lines changed

main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@
5050
#include "supervisor/cpu.h"
5151
#include "supervisor/filesystem.h"
5252
#include "supervisor/port.h"
53-
#include "supervisor/serial.h"
5453
#include "supervisor/shared/reload.h"
5554
#include "supervisor/shared/safe_mode.h"
55+
#include "supervisor/shared/serial.h"
5656
#include "supervisor/shared/stack.h"
5757
#include "supervisor/shared/status_leds.h"
5858
#include "supervisor/shared/tick.h"

ports/atmel-samd/common-hal/supervisor/Runtime.c

Lines changed: 0 additions & 37 deletions
This file was deleted.

ports/atmel-samd/common-hal/supervisor/__init__.c

Lines changed: 0 additions & 40 deletions
This file was deleted.

ports/broadcom/common-hal/supervisor/Runtime.c

Lines changed: 0 additions & 37 deletions
This file was deleted.

ports/broadcom/common-hal/supervisor/Runtime.h

Lines changed: 0 additions & 37 deletions
This file was deleted.

ports/broadcom/common-hal/supervisor/__init__.c

Lines changed: 0 additions & 40 deletions
This file was deleted.

ports/cxd56/common-hal/supervisor/Runtime.c

Lines changed: 0 additions & 36 deletions
This file was deleted.

ports/cxd56/common-hal/supervisor/Runtime.h

Lines changed: 0 additions & 36 deletions
This file was deleted.

ports/cxd56/common-hal/supervisor/__init__.c

Lines changed: 0 additions & 36 deletions
This file was deleted.

ports/espressif/common-hal/supervisor/Runtime.c

Lines changed: 0 additions & 37 deletions
This file was deleted.

0 commit comments

Comments
 (0)