1
mirror of https://github.com/DarkFlippers/unleashed-firmware.git synced 2025-12-13 13:09:49 +04:00

Revert "fetch wplugins"

This reverts commit 4760c1c5ce.
This commit is contained in:
r3df0xx
2022-05-19 20:05:13 +03:00
parent 016f0f3493
commit 9708336367
57 changed files with 58 additions and 664 deletions

View File

@@ -58,7 +58,7 @@ uint8_t crypto1_byte(Crypto1* crypto1, uint8_t in, int is_encrypted) {
return out;
}
uint32_t crypto1_word(Crypto1* crypto1, uint32_t in, int is_encrypted) {
uint8_t crypto1_word(Crypto1* crypto1, uint32_t in, int is_encrypted) {
furi_assert(crypto1);
uint32_t out = 0;
for(uint8_t i = 0; i < 32; i++) {