diff --git a/VERSION b/VERSION index 31c8b6fc..71dc472f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -B1-140-gcc2c49644d+1 \ No newline at end of file +B1-141-g939bb07603+1 \ No newline at end of file diff --git a/c-host/src/app.c b/c-host/src/app.c index a9338cd6..38ec111a 100644 --- a/c-host/src/app.c +++ b/c-host/src/app.c @@ -41,7 +41,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA #define ALIGN_UP(x) ALIGN_DN(x + 0x7F) #define LGMP_Q_FRAME_LEN 2 -#define LGMP_Q_POINTER_LEN 20 +#define LGMP_Q_POINTER_LEN 40 static const struct LGMPQueueConfig FRAME_QUEUE_CONFIG = { @@ -288,7 +288,6 @@ bool captureGetPointerBuffer(void ** data, uint32_t * size) // spin until there is room while(lgmpHostQueuePending(app.pointerQueue) == LGMP_Q_POINTER_LEN) { - DEBUG_INFO("pending"); if (!app.running) return false; }