aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Cunningham <cc@localhost>2022-04-06 11:03:25 -0700
committerChristian Cunningham <cc@localhost>2022-04-06 11:03:25 -0700
commitf95e042ce284510a78c7dab85f8053c966ff114e (patch)
treea5a75819eaf76fdf640256c1abeece50244fdf09
parent756f56b565939ec8df6d501ae716a1256ed936f2 (diff)
Better RTOS Application Verbiage
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 222baa3..098d8ca 100644
--- a/README.md
+++ b/README.md
@@ -33,7 +33,7 @@
### Getting Cross Compiler
- https://developer.arm.com/tools-and-software/open-source-software/developer-tools/gnu-toolchain/downloads
-## Building RTOS Applications
+## Creating RTOS Applications
RTOS Applications are written in the `usr/` directory.
Jobbed, in `kernel/core.c` adds in the `main` function at the highest priority, expected to be defined in `usr/main.c`.
This `main` function, can serve as the initialization function for the RTOS application.