overwrite if >256 is more clear
This commit is contained in:
@@ -560,7 +560,7 @@ uint32_t ctap_atomic_count(uint32_t amount)
|
||||
return lastc;
|
||||
}
|
||||
|
||||
if (amount > lastc){
|
||||
if (amount > 256){
|
||||
lastc = amount;
|
||||
} else {
|
||||
lastc += amount;
|
||||
|
Reference in New Issue
Block a user