diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/ch.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/ch.cpp b/src/lib/ch.cpp index eaca06358..6e338630e 100644 --- a/src/lib/ch.cpp +++ b/src/lib/ch.cpp @@ -103,12 +103,10 @@ namespace chibios_rt { chThdResume(thread_ref);
}
-#if CH_USE_TERMINATE
void BaseThread::Terminate(void) {
chThdTerminate(thread_ref);
}
-#endif /* CH_USE_TERMINATE */
void BaseThread::Sleep(systime_t n) {
|