Skip to content

Commit de885b0

Browse files
Merge pull request #300 from CharlesCNorton/patch-1
two typo fix
2 parents 991f40a + f4a4ce8 commit de885b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Welcome to the complete codebase of the Frame hardware. For regular usage, check
66

77
The codebase is split into three sections. The **nRF52 Application**, the **nRF52 Bootloader**, and the **FPGA RTL**.
88

9-
The nRF52 is designed to handle the overall system operation. It runs Lua, as well as handle Bluetooth networking, AI tasks and power management. The FPGA meanwhile, simply handles acceleration of the graphics and camera.
9+
The nRF52 is designed to handle the overall system operation. It runs Lua, as well as handles Bluetooth networking, AI tasks and power management. The FPGA meanwhile, simply handles acceleration of the graphics and camera.
1010

1111
![Frame system architecture diagram](docs/diagrams/frame-system-architecture.drawio.png)
1212

@@ -49,7 +49,7 @@ The nRF52 is designed to handle the overall system operation. It runs Lua, as we
4949

5050
Try running the `Build` task. The project should build normally.
5151

52-
You many need to unlock the device by using the `Erase` task before programming or debugging.
52+
You may need to unlock the device by using the `Erase` task before programming or debugging.
5353

5454
1. To enable IntelliSense, be sure to select the correct compiler from within VSCode. `Ctrl-Shift-P` (`Cmd-Shift-P` on MacOS) → `C/C++: Select IntelliSense Configuration``Use arm-none-eabi-gcc`.
5555

0 commit comments

Comments
 (0)