auto-sync
This commit is contained in:
parent
439ac6d545
commit
ec6ef53b7b
|
@ -0,0 +1,7 @@
|
||||||
|
configurationVersion: 1
|
||||||
|
|
||||||
|
triage:
|
||||||
|
|
||||||
|
filters:
|
||||||
|
# suppress occurrences of any issue at a specified path of any type (implicit)
|
||||||
|
- filePath: /hw_layer/mass_storage/usb_msd.c
|
|
@ -28,6 +28,8 @@ extern uint32_t __main_stack_base__;
|
||||||
int getRemainingStack(thread_t *otp) {
|
int getRemainingStack(thread_t *otp) {
|
||||||
|
|
||||||
#if CH_DBG_ENABLE_STACK_CHECK
|
#if CH_DBG_ENABLE_STACK_CHECK
|
||||||
|
// this would dismiss coverity warning - see http://rusefi.com/forum/viewtopic.php?f=5&t=655
|
||||||
|
// coverity[uninit_use]
|
||||||
register struct intctx *r13 asm ("r13");
|
register struct intctx *r13 asm ("r13");
|
||||||
otp->activeStack = r13;
|
otp->activeStack = r13;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue