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

downgrade check.c/.h - see desc

(Furi: smaller crash routine) causes crashes when furi_halt is called, why? I donT knoW
This is temporary solution until real bug will be found
This commit is contained in:
MX
2022-10-29 19:15:46 +03:00
parent 8e4595e4f7
commit 2d3469e057
3 changed files with 39 additions and 56 deletions

View File

@@ -1,5 +1,5 @@
entry,status,name,type,params
Version,+,8.2,,
Version,+,8.21,,
Header,+,applications/services/bt/bt_service/bt.h,,
Header,+,applications/services/cli/cli.h,,
Header,+,applications/services/cli/cli_vcp.h,,
@@ -4254,6 +4254,7 @@ Variable,-,ITM_RxBuffer,volatile int32_t,
Variable,-,MSIRangeTable,const uint32_t[16],
Variable,-,SmpsPrescalerTable,const uint32_t[4][6],
Variable,+,SystemCoreClock,uint32_t,
Variable,-,__furi_check_message,const char*,
Variable,+,_ctype_,const char[],
Variable,+,_global_impure_ptr,_reent*,
Variable,+,_impure_ptr,_reent*,
1 entry status name type params
2 Version + 8.2 8.21
3 Header + applications/services/bt/bt_service/bt.h
4 Header + applications/services/cli/cli.h
5 Header + applications/services/cli/cli_vcp.h
4254 Variable - MSIRangeTable const uint32_t[16]
4255 Variable - SmpsPrescalerTable const uint32_t[4][6]
4256 Variable + SystemCoreClock uint32_t
4257 Variable - __furi_check_message const char*
4258 Variable + _ctype_ const char[]
4259 Variable + _global_impure_ptr _reent*
4260 Variable + _impure_ptr _reent*