aboutsummaryrefslogtreecommitdiffhomepage
path: root/backends/python.c
diff options
context:
space:
mode:
authorcbdev <cb@cbcdn.com>2020-03-29 11:14:58 +0200
committercbdev <cb@cbcdn.com>2020-03-29 11:14:58 +0200
commitcf6a8e9a0f125633b1ef7d84e10935695598e654 (patch)
tree98b0fb1a86bdffc6fbbc24c5dd4cca2fc2a1bd1e /backends/python.c
parent126d9945eb3f4289975198b7437defb8bb13be73 (diff)
downloadmidimonster-cf6a8e9a0f125633b1ef7d84e10935695598e654.tar.gz
midimonster-cf6a8e9a0f125633b1ef7d84e10935695598e654.tar.bz2
midimonster-cf6a8e9a0f125633b1ef7d84e10935695598e654.zip
Reschedule artnet frame output on EAGAIN
Diffstat (limited to 'backends/python.c')
-rw-r--r--backends/python.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/backends/python.c b/backends/python.c
index 94f8e24..28b95a9 100644
--- a/backends/python.c
+++ b/backends/python.c
@@ -1,5 +1,4 @@
#define BACKEND_NAME "python"
-#define DEBUG
#define PY_SSIZE_T_CLEAN
#include <string.h>