mirror of
https://github.com/ferrous-systems/embedded-trainings-2020.git
synced 2025-01-09 07:45:34 +00:00
rm redundant 'run program'
This commit is contained in:
parent
cf47082ce7
commit
3dc52717b6
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ The `dk::init` function we have been calling in all programs initializes a few o
|
|||
$ cargo doc -p dk --open
|
||||
```
|
||||
|
||||
✅ Check the API docs of the `Led` abstraction then run the `led` program. Change the `led` program, so that the bottom two leds are turned on, and the top two are turned off.
|
||||
✅ Check the API docs of the `Led` abstraction. Change the `led` program, so that the bottom two leds are turned on, and the top two are turned off.
|
||||
|
||||
✅ Uncomment the `log::set_max_level` line. This will make the logs more verbose; they will now include logs from the board initialization function (`dk::init`) and from the `Led` API.
|
||||
|
||||
|
|
Loading…
Reference in a new issue