Release Candidate 0.48.0 Bug Fixes (#991)
* Power: wait a little bit till message displayed on screen when executing power off. FuriCore: do not use bkpt in release builds(causing HardFault when SPI is active). * Cleanup BSS section: add more consty consts to be more constish. * Desktop: properly handle autostarted applications.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#include "flipper_file_helper.h"
|
||||
|
||||
const char* flipper_file_filetype_key = "Filetype";
|
||||
const char* flipper_file_version_key = "Version";
|
||||
const char* const flipper_file_filetype_key = "Filetype";
|
||||
const char* const flipper_file_version_key = "Version";
|
||||
const char flipper_file_delimiter = ':';
|
||||
const char flipper_file_comment = '#';
|
||||
|
||||
|
@@ -8,8 +8,8 @@
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
extern const char* flipper_file_filetype_key;
|
||||
extern const char* flipper_file_version_key;
|
||||
extern const char* const flipper_file_filetype_key;
|
||||
extern const char* const flipper_file_version_key;
|
||||
extern const char flipper_file_delimiter;
|
||||
extern const char flipper_file_comment;
|
||||
|
||||
|
Reference in New Issue
Block a user