This commit is contained in:
Quantum Leaps 2017-12-20 10:00:53 -05:00
parent 091a8ae1ae
commit 69aff01c69
2 changed files with 3238 additions and 3238 deletions

File diff suppressed because it is too large Load Diff

View File

@ -3,7 +3,7 @@
/// @cond /// @cond
///*************************************************************************** ///***************************************************************************
/// Last Updated for Version: 6.0.3 /// Last Updated for Version: 6.0.3
/// Date of the Last Update: 2017-12-09 /// Date of the Last Update: 2017-12-20
/// ///
/// Q u a n t u m L e a P s /// Q u a n t u m L e a P s
/// --------------------------- /// ---------------------------
@ -107,7 +107,7 @@
#if (__ARM_ARCH == 6) // Cortex-M0/M0+/M1(v6-M, v6S-M)? #if (__ARM_ARCH == 6) // Cortex-M0/M0+/M1(v6-M, v6S-M)?
// hand-optimized quick LOG2 in assembly // hand-optimized quick LOG2 in assembly
uint_fast8_t QF_qlog2(uint32_t x); extern "C" uint_fast8_t QF_qlog2(uint32_t x);
#endif // Cortex-M0/M0+/M1(v6-M, v6S-M) #endif // Cortex-M0/M0+/M1(v6-M, v6S-M)
#include "qxk_port.h" // QXK dual-mode kernel port #include "qxk_port.h" // QXK dual-mode kernel port