diff include/BeagleRT.h @ 235:3d41a6fa1830

Merge
author Giulio Moro <giuliomoro@yahoo.it>
date Sun, 10 Apr 2016 04:08:06 +0200
parents 18d03901f866
children 048b7a4dc841
line wrap: on
line diff
--- a/include/BeagleRT.h	Sat Feb 13 01:51:01 2016 +0000
+++ b/include/BeagleRT.h	Sun Apr 10 04:08:06 2016 +0200
@@ -271,7 +271,7 @@
  * to indicate that audio processing should terminate. Calling BeagleRT_stopAudio()
  * has the effect of setting this to \c true.
  */
-extern bool gShouldStop;
+extern int gShouldStop;
 
 // *** User-defined render functions ***