Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
drowaudio authored Jun 11, 2024
1 parent cc084c7 commit c411160
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
```
Expand Down Expand Up @@ -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 = ✔)
Expand Down

0 comments on commit c411160

Please sign in to comment.