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:
		| @@ -102,7 +102,7 @@ typedef struct { | ||||
|     uint8_t volume_id_max; | ||||
| } State; | ||||
|  | ||||
| float volumes[] = {0, 0.02, 0.05, 0.1, 0.5}; | ||||
| const float volumes[] = {0, 0.02, 0.05, 0.1, 0.5}; | ||||
|  | ||||
| bool is_white_note(const MelodyEventRecord* note_record, uint8_t id) { | ||||
|     if(note_record == NULL) return false; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user