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:
@@ -38,7 +38,7 @@ const uint8_t _A_L1_Tv_128x47_7[] = {
|
||||
};
|
||||
|
||||
|
||||
const uint8_t *_A_L1_Tv_128x47[] = {
|
||||
const uint8_t * const _A_L1_Tv_128x47[] = {
|
||||
|
||||
_A_L1_Tv_128x47_0,
|
||||
|
||||
@@ -136,7 +136,7 @@ const uint8_t _A_L1_BadBattery_128x47_1[] = {
|
||||
};
|
||||
|
||||
|
||||
const uint8_t *_A_L1_BadBattery_128x47[] = {
|
||||
const uint8_t * const _A_L1_BadBattery_128x47[] = {
|
||||
|
||||
_A_L1_BadBattery_128x47_0,
|
||||
|
||||
@@ -220,7 +220,7 @@ const uint8_t _A_L1_NoSd_128x49_5[] = {
|
||||
};
|
||||
|
||||
|
||||
const uint8_t *_A_L1_NoSd_128x49[] = {
|
||||
const uint8_t * const _A_L1_NoSd_128x49[] = {
|
||||
|
||||
_A_L1_NoSd_128x49_0,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user