aboutsummaryrefslogtreecommitdiffstats
path: root/source/conversion.hpp
diff options
context:
space:
mode:
authorClyne Sullivan <clyne@bitgloo.com>2021-10-30 16:49:20 -0400
committerClyne Sullivan <clyne@bitgloo.com>2021-10-30 16:49:20 -0400
commitff2054f2cb8a780936d95741e1daa7df789fa246 (patch)
tree1980e1f75df9555421b3206d153adaeff9c86036 /source/conversion.hpp
parent6f1c5203f14f82b6a10c9756ef1dc39bc8631ec0 (diff)
fix fault handling; fix LEDs for rev2
Diffstat (limited to 'source/conversion.hpp')
-rw-r--r--source/conversion.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/conversion.hpp b/source/conversion.hpp
index 6af4972..a26dd19 100644
--- a/source/conversion.hpp
+++ b/source/conversion.hpp
@@ -39,7 +39,7 @@ public:
static thread_t *getMonitorHandle();
// Internal only: Aborts a running conversion.
- static void abort();
+ static void abort(bool fpu_stacked = true);
private:
static void threadMonitor(void *);