This commit is contained in:
iceman1001 2024-08-29 12:29:23 +02:00
commit 7f40ad7f9d
11 changed files with 183 additions and 102 deletions

View file

@ -562,4 +562,4 @@ void reverse_arraybytes_copy(uint8_t *arr, uint8_t *dest, size_t len) {
for (i = 0; i < len ; i++) {
dest[i] = reflect8(arr[i]);
}
}
}