-
-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
config: rename PBIO_CONFIG_DISABLE_UARTDEV
This renames PBIO_CONFIG_DISABLE_UARTDEV to PBIO_CONFIG_UARTDEV. This way, we have a positive option that is easier to grok at a glance.
- Loading branch information
Showing
7 changed files
with
14 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
// SPDX-License-Identifier: MIT | ||
// Copyright (c) 2019 David Lechner | ||
|
||
#define PBIO_CONFIG_UARTDEV (1) | ||
#define PBIO_CONFIG_ENABLE_DEINIT (0) | ||
#define PBIO_CONFIG_ENABLE_SYS (1) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
// SPDX-License-Identifier: MIT | ||
// Copyright (c) 2019 David Lechner | ||
|
||
#define PBIO_CONFIG_UARTDEV (1) | ||
#define PBIO_CONFIG_ENABLE_DEINIT (0) | ||
#define PBIO_CONFIG_ENABLE_SYS (1) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
// SPDX-License-Identifier: MIT | ||
// Copyright (c) 2019 David Lechner | ||
|
||
#define PBIO_CONFIG_UARTDEV (1) | ||
#define PBIO_CONFIG_ENABLE_SYS (1) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters