From c411160492bd9f2a4002c08434cfb874ee92d5da Mon Sep 17 00:00:00 2001 From: drowaudio Date: Tue, 11 Jun 2024 20:29:20 +0100 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5c9765c..3dabfbe 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ To update down the road: git submodule update --remote --merge rtcheck ``` -# Build rtcheck as part of your CMakeLists.txt +#### Build rtcheck as part of your CMakeLists.txt ```cmake add_subdirectory(rtcheck) ``` @@ -125,6 +125,7 @@ void set_error_mode (error_mode); - [x] Opt-in for own code - [x] linux - [x] macOS (malloc unsupported) +- [ ] Add option to realtime_context constructor to disable checks for that scope - [ ] Delay time ## Functions (test = ✔)