This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
unleashed-firmware
Watch
2
Star
0
Fork
You've already forked unleashed-firmware
0
mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced
2024-11-27 06:50:21 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
f3ab4bc292
unleashed-firmware
/
applications
/
services
/
power
/
power_cli.h
12 lines
113 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 20:04:08 +00:00
#
pragma once
#
ifdef __cplusplus
extern
"
C
"
{
#
endif
[FL-2627] Flipper applications: SDK, build and debug system (#1387)
2022-09-14 16:11:38 +00:00
void
power_on_system_start
(
)
;
[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 20:04:08 +00:00
#
ifdef __cplusplus
}
#
endif
Reference in a new issue
Copy permalink