diff core/RTAudio.cpp @ 235:3d41a6fa1830

Merge
author Giulio Moro <giuliomoro@yahoo.it>
date Sun, 10 Apr 2016 04:08:06 +0200
parents 18d03901f866
children 173978a5ab6a
line wrap: on
line diff
--- a/core/RTAudio.cpp	Sat Feb 13 01:51:01 2016 +0000
+++ b/core/RTAudio.cpp	Sun Apr 10 04:08:06 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)_