Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: rust-embedded/book
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 5ca585c4a7552efb546e7681c3de0712f4ae4fdc
Choose a base ref
...
head repository: rust-embedded/book
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: c26234930282210849256e4ecab925f0f2daf3be
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

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
    Copy the full SHA
    5e19398 View commit details
  2. Merge #216

    216: Fix `impl Gpio` -> `impl GpioConfig` r=andre-richter a=andebjor
    
    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.
    
    Co-authored-by: Björn Andersson <andebjor@gmail.com>
    bors[bot] and andebjor authored Dec 7, 2019
    Copy the full SHA
    c262349 View commit details
Loading