From 2584e643742fe7d5ea402b4df08a2f137db04964 Mon Sep 17 00:00:00 2001 From: Bernd Porr Date: Fri, 30 Nov 2018 11:37:42 +0000 Subject: [PATCH] Spelling --- pyusbdux.h | 1 - 1 file changed, 1 deletion(-) diff --git a/pyusbdux.h b/pyusbdux.h index 3b26a24..1ea288f 100644 --- a/pyusbdux.h +++ b/pyusbdux.h @@ -10,7 +10,6 @@ void start(int nChan); void start(int nChan, double fs); int hasSampleAvailable(); -int hasSampleAvilabale() { return hasSampleAvailable(); }; sample_p getSampleFromBuffer();