auto-sync

This commit is contained in:
rusEfi 2016-09-03 23:02:47 -04:00
parent 439ac6d545
commit ec6ef53b7b
2 changed files with 9 additions and 0 deletions

7
firmware/coverity.yml Normal file
View File

@ -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

View File

@ -28,6 +28,8 @@ extern uint32_t __main_stack_base__;
int getRemainingStack(thread_t *otp) {
#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");
otp->activeStack = r13;