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

Fix impl Gpio -> impl GpioConfig #216

Merged
merged 1 commit into from
Dec 7, 2019

Commits on Dec 7, 2019

  1. Fix impl Gpio -> impl GpioConfig`

    In the two sections "Peripherals as State Machines" and "Design
    Contracts" of the "Static Guarantees" chapter, `impl Gpio` was
    incorrectly used in place of `impl GpioConfig` at one place in each
    section.
    
    This commit fixes that.
    andebjor committed Dec 7, 2019
    Configuration menu
    Copy the full SHA
    5e19398 View commit details
    Browse the repository at this point in the history