Skip to content

Commit 49de5d3

Browse files
authored
Initialized static variable in the .cpp (#522)
1 parent 77b804d commit 49de5d3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Src/ST-LIB_HIGH/Protections/ProtectionManager.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ StackOrder<0> ProtectionManager::fault_order(Protections::FAULT,
1111
external_to_fault);
1212
uint64_t ProtectionManager::last_notify = 0;
1313
bool ProtectionManager::external_trigger = false;
14+
bool ProtectionManager::test_fault = false;
1415
void* error_handler;
1516
void* info_warning;
1617

0 commit comments

Comments
 (0)