diff options
author | Clyne Sullivan <clyne@bitgloo.com> | 2021-10-30 16:49:20 -0400 |
---|---|---|
committer | Clyne Sullivan <clyne@bitgloo.com> | 2021-10-30 16:49:20 -0400 |
commit | ff2054f2cb8a780936d95741e1daa7df789fa246 (patch) | |
tree | 1980e1f75df9555421b3206d153adaeff9c86036 /source/conversion.hpp | |
parent | 6f1c5203f14f82b6a10c9756ef1dc39bc8631ec0 (diff) |
fix fault handling; fix LEDs for rev2
Diffstat (limited to 'source/conversion.hpp')
-rw-r--r-- | source/conversion.hpp | 2 |
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 *); |