mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-09-04 19:54:39 +08:00
style
This commit is contained in:
parent
599aa22431
commit
ba5a27e5f2
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ static void mqtt_publish_callback(void **unused, struct mqtt_response_publish *p
|
|||
static volatile int mqtt_client_should_exit = 0;
|
||||
|
||||
static void *mqtt_client_refresher(void *client) {
|
||||
while (!mqtt_client_should_exit) {
|
||||
while (mqtt_client_should_exit == 0) {
|
||||
mqtt_sync((struct mqtt_client *) client);
|
||||
msleep(100);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue