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

Bump stm32f4xx-hal from 0.15.0 to 0.16.0 #301

Merged
merged 4 commits into from
May 8, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fixing conversion
ryan-summers committed May 8, 2023
commit 9ab7de94b7d942a2e342fff018fa31bb47df673a
2 changes: 1 addition & 1 deletion src/hardware/setup.rs
Original file line number Diff line number Diff line change
@@ -331,7 +331,7 @@ pub fn setup(

// The result is stored in the data phase byte. This should always be a 0x04 for the
// W5500.
transfer[3] == 0x04
result[3] == 0x04
};

if w5500_detected {