Actually disable the temperature manager in TempMgrGuard
This commit is contained in:
parent
8620059067
commit
14622bc577
1 changed files with 1 additions and 0 deletions
|
@ -1853,6 +1853,7 @@ public:
|
||||||
TempMgrGuard() {
|
TempMgrGuard() {
|
||||||
ATOMIC_BLOCK(ATOMIC_RESTORESTATE) {
|
ATOMIC_BLOCK(ATOMIC_RESTORESTATE) {
|
||||||
temp_mgr_state = TEMP_MGR_INTERRUPT_STATE();
|
temp_mgr_state = TEMP_MGR_INTERRUPT_STATE();
|
||||||
|
DISABLE_TEMP_MGR_INTERRUPT();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue