aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorToni <matzeton@googlemail.com>2021-04-20 17:15:53 +0200
committerGitHub <noreply@github.com>2021-04-20 17:15:53 +0200
commit74c5d86181e81ba04a4ba0bee318efd034a7fcea (patch)
tree19247e5ba1d431ac37bb8d6fe9b2b9bb20a854b8 /README.md
parentabc7a2f0b862f192c562d62053fc210b778cedb1 (diff)
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index e30d011..95a713a 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@ Instead either use Zeranoe's build script with `make deps` or use your own.
1. ddk-template: plain and stupid ddk C example
2. ddk-template-cplusplus: same, but written in C++, including a very complex class
-3. ddk-template-cplusplus: C++ example w/ (EA)STL integration, everything usable except for Threads and Exceptions
+3. ddk-template-cplusplus: C++ example w/ (EA)STL integration, basicially everything usable except for SEH and assertions.
## Build and Test