Mercurial > hg > beaglert
diff include/BeagleRT.h @ 233:18d03901f866 mergingClockSync
Turned gShouldStop into int
author | Giulio Moro <giuliomoro@yahoo.it> |
---|---|
date | Sun, 10 Apr 2016 03:20:52 +0200 |
parents | d7148d21aaa5 |
children | 048b7a4dc841 |
line wrap: on
line diff
--- a/include/BeagleRT.h Sun Apr 10 03:14:33 2016 +0200 +++ b/include/BeagleRT.h Sun Apr 10 03:20:52 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 ***