Skip to content

Commit 23a150f

Browse files
author
Amanda Butler
authored
Fix typo in README.md
Fix typo.
1 parent 4166206 commit 23a150f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Direct-Register-Blinky/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
## Birect Register Blinky example using Mbed OS
1+
## Direct Register Blinky example using Mbed OS
22

3-
This guide reviews the steps required to build and run a basic Blinky application on FRDM-K64F without using DigitalOut class and timers by manipulating the hardware mapped IO registers directly.
3+
This guide reviews the steps required to build and run a Blinky application on the FRDM-K64F without using DigitalOut class and timers by manipulating the hardware mapped IO registers directly.
44

55
Please install [Mbed CLI](https://github.com/ARMmbed/mbed-cli#installing-mbed-cli).
66

@@ -17,7 +17,6 @@ mbed deploy
1717

1818
#### Now compile
1919

20-
2120
```
2221
mbed compile -m k64f -t gcc_arm
2322
```

0 commit comments

Comments
 (0)