We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f7a841 commit a1fb51cCopy full SHA for a1fb51c
rtos/TARGET_CORTEX/rtx5/RTX/Source/rtx_kernel.c
@@ -293,7 +293,7 @@ static osStatus_t svcRtxKernelStart (void) {
293
294
/// Lock the RTOS Kernel scheduler.
295
/// \note API identical to osKernelLock
296
-static int32_t svcRtxKernelLock (void) {
+int32_t svcRtxKernelLock (void) {
297
int32_t lock;
298
299
switch (osRtxInfo.kernel.state) {
@@ -316,7 +316,7 @@ static int32_t svcRtxKernelLock (void) {
316
317
/// Unlock the RTOS Kernel scheduler.
318
/// \note API identical to osKernelUnlock
319
-static int32_t svcRtxKernelUnlock (void) {
+int32_t svcRtxKernelUnlock (void) {
320
321
322
0 commit comments