default value

This commit is contained in:
Ackimixs
2024-04-29 11:40:50 +02:00
committed by GitHub
parent 1abcae0709
commit 7ae1dfbf0e

View File

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