diff options
author | cbdev <cb@cbcdn.com> | 2020-03-29 11:28:44 +0200 |
---|---|---|
committer | cbdev <cb@cbcdn.com> | 2020-03-29 11:28:44 +0200 |
commit | 3c6d2ccce4dd9be3f6497fb75d0456900e16ab0c (patch) | |
tree | ec1807891f10b0eec73b595d55e4e8f9b401f0f7 /DEVELOPMENT.md | |
parent | cf6a8e9a0f125633b1ef7d84e10935695598e654 (diff) | |
download | midimonster-3c6d2ccce4dd9be3f6497fb75d0456900e16ab0c.tar.gz midimonster-3c6d2ccce4dd9be3f6497fb75d0456900e16ab0c.tar.bz2 midimonster-3c6d2ccce4dd9be3f6497fb75d0456900e16ab0c.zip |
Reschedule sacn frame output on EAGAIN
Diffstat (limited to 'DEVELOPMENT.md')
-rw-r--r-- | DEVELOPMENT.md | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index 90c63ce..495c4f9 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -41,6 +41,8 @@ in spirit rather than by the letter. * Avoid `atoi()`/`itoa()`, use `strto[u]l[l]()` and `snprintf()` * Avoid unsafe functions without explicit bounds parameters (eg. `strcat()`). -## Architecture +# Build pipeline -TBD +# Architecture + +# Debugging |