Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update baudrate to be enums [DIP-247] #578

Merged
merged 1 commit into from
Sep 1, 2023

Conversation

adrian-kong
Copy link
Contributor

@adrian-kong adrian-kong commented Sep 1, 2023

to change values of baudrate to be enum, using the available baudrates from here:

pub(crate) const AVAILABLE_BAUDRATES: [u32; 5] = [57600, 115200, 230400, 460800, 921600];

@sonarcloud
Copy link

sonarcloud bot commented Sep 1, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

warning The version of Java (11.0.14.1) you have used to run this analysis is deprecated and we will stop accepting it soon. Please update to at least Java 17.
Read more here

@adrian-kong adrian-kong merged commit 2eab7a3 into master Sep 1, 2023
46 checks passed
@adrian-kong adrian-kong deleted the adrian/enumerated_baudrate branch September 1, 2023 06:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants