This commit is contained in:
J. Nick Koston 2023-06-07 13:51:12 -05:00
parent 53b838249a
commit 05c182d21f
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -248,7 +248,7 @@ namespace ratgdo {
return;
}
ESP_LOGD(TAG, "Command: %d fixed=%d data=%d rollingCodeCounter=%d", command, fixed, data, this->rollingCodeCounter);
ESP_LOGD(TAG, "Command: %d fixed=%" PRIu64 " data=%d rollingCodeCounter=%d", command, fixed, data, this->rollingCodeCounter);
fixed = fixed | id;