diff options
author | Toni <matzeton@googlemail.com> | 2021-04-20 17:15:53 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-20 17:15:53 +0200 |
commit | 74c5d86181e81ba04a4ba0bee318efd034a7fcea (patch) | |
tree | 19247e5ba1d431ac37bb8d6fe9b2b9bb20a854b8 /README.md | |
parent | abc7a2f0b862f192c562d62053fc210b778cedb1 (diff) |
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |