Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
arduino-hal: Guard prelude with board-selected as well
Add the `cfg(feature = "board-selected")` guard to the prelude module as well to prevent spurious error messages when no board was selected (we only want the "no board selected" error to show up).
- Loading branch information