mirror of
https://github.com/modelec/detection_adversaire.git
synced 2026-01-18 16:17:23 +01:00
default value
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
#define get_size(_Array) (int)(sizeof(_Array) / sizeof(_Array[0]))
|
||||
#endif
|
||||
|
||||
bool stop_signal_received;
|
||||
bool stop_signal_received = false;
|
||||
|
||||
void stop_loop(int) {
|
||||
stop_signal_received = true;
|
||||
|
||||
Reference in New Issue
Block a user