diff core/RTAudio.cpp @ 233:18d03901f866 mergingClockSync

Turned gShouldStop into int
author Giulio Moro <giuliomoro@yahoo.it>
date Sun, 10 Apr 2016 03:20:52 +0200
parents e23c304d264f
children 173978a5ab6a
line wrap: on
line diff
--- a/core/RTAudio.cpp	Sun Apr 10 03:14:33 2016 +0200
+++ b/core/RTAudio.cpp	Sun Apr 10 03:20:52 2016 +0200
@@ -64,7 +64,7 @@
 }
 
 // Flag which tells the audio task to stop
-bool gShouldStop = false;
+int gShouldStop = false;
 
 // general settings
 char gPRUFilename[MAX_PRU_FILENAME_LENGTH];		// Path to PRU binary file (internal code if empty)_