aboutsummaryrefslogtreecommitdiffstats
path: root/demos/modules/gadc/gwinosc.h
diff options
context:
space:
mode:
Diffstat (limited to 'demos/modules/gadc/gwinosc.h')
-rw-r--r--demos/modules/gadc/gwinosc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/modules/gadc/gwinosc.h b/demos/modules/gadc/gwinosc.h
index 11644be4..1a2e7f18 100644
--- a/demos/modules/gadc/gwinosc.h
+++ b/demos/modules/gadc/gwinosc.h
@@ -57,7 +57,7 @@ typedef struct GScopeObject_t {
GWindowObject gwin; // Base Class
coord_t *lastscopetrace; // To store last scope trace
- BinarySemaphore bsem; // We get signalled on this
+ gfxSem bsem; // We get signalled on this
adcsample_t *audiobuf; // To store audio samples
GEventADC myEvent; // Information on received samples
coord_t nextx; // Where we are up to