This website requires JavaScript.
Explore
Help
Sign In
DarkFlippers
/
unleashed-firmware
Watch
1
Star
1
Fork
0
You've already forked unleashed-firmware
mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced
2024-12-26 14:51:52 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
cdc7e36d5c
unleashed-firmware
/
applications
/
services
/
power
/
power_cli.h
12 lines
117 B
C
Raw
Normal View
History
Unescape
Escape
[FL-1958] U2F prototype (#879) * U2F implementation prototype * U2F data encryption and store, user confirmation request * remove debug prints * fix notification bug in chrome * split u2f_alloc into u2f_init and u2f_alloc * typo fix, furi-hal-trng -> furi-hal-random * rand/srand redefinition * SubGhz: a little bit of Dante. * u2f_data naming fix Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com>
2021-12-22 23:04:08 +03:00
#
pragma once
#
ifdef __cplusplus
extern
"
C
"
{
#
endif
Api Symbols: replace asserts with checks (#3507) * Api Symbols: replace asserts with checks * Api Symbols: replace asserts with checks part 2 * Update no args function signatures with void, to help compiler to track incorrect usage * More unavoidable void * Update PVS config and code to make it happy * Format sources * nfc: fix checks * dead code cleanup & include fixes Co-authored-by: gornekich <n.gorbadey@gmail.com> Co-authored-by: hedger <hedger@users.noreply.github.com> Co-authored-by: hedger <hedger@nanode.su>
2024-03-19 17:43:52 +03:00
void
power_on_system_start
(
void
)
;
[FL-1958] U2F prototype (#879) * U2F implementation prototype * U2F data encryption and store, user confirmation request * remove debug prints * fix notification bug in chrome * split u2f_alloc into u2f_init and u2f_alloc * typo fix, furi-hal-trng -> furi-hal-random * rand/srand redefinition * SubGhz: a little bit of Dante. * u2f_data naming fix Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com>
2021-12-22 23:04:08 +03:00
#
ifdef __cplusplus
}
#
endif
Reference in New Issue
Copy Permalink