mirror of
https://github.com/nkbai/book.git
synced 2026-09-04 05:32:47 +08:00
Typo: defintely->definitely
This commit is contained in:
@@ -245,7 +245,7 @@ output_pin.set_bit(false);
|
||||
// output_pin.into_input_pull_down();
|
||||
```
|
||||
|
||||
This is defintely a convenient way to store the state of the pin, but why do it this way? Why is this better than storing the state as an `enum` inside of our `GpioConfig` structure?
|
||||
This is definitely a convenient way to store the state of the pin, but why do it this way? Why is this better than storing the state as an `enum` inside of our `GpioConfig` structure?
|
||||
|
||||
## Compile Time Functional Safety
|
||||
|
||||
|
||||
Reference in New Issue
Block a user