docs
This commit is contained in:
parent
aa9bae9f0d
commit
220949f0fa
|
@ -59,6 +59,16 @@ extern bool hasFirmwareErrorFlag;
|
|||
|
||||
static mutex_t spiMtx;
|
||||
|
||||
/**
|
||||
* this depends on patch to chdebug.c
|
||||
+extern int maxNesting;
|
||||
ch.dbg.isr_cnt++;
|
||||
+ if (ch.dbg.isr_cnt > maxNesting)
|
||||
+ maxNesting = ch.dbg.isr_cnt;
|
||||
port_unlock_from_isr();
|
||||
*
|
||||
*/
|
||||
// todo: rename this to 'rusefiMaxISRNesting' one day
|
||||
int maxNesting = 0;
|
||||
|
||||
#if HAL_USE_SPI || defined(__DOXYGEN__)
|
||||
|
|
Loading…
Reference in New Issue