chg: remove warnings on coverity

chg: encapsule flasmem function calls
This commit is contained in:
Chris 2018-09-16 20:47:23 +02:00
commit 02cc278e19
4 changed files with 18 additions and 20 deletions

View file

@ -485,9 +485,6 @@ void Flash_EraseChip(void) {
FlashSendLastByte(CHIPERASE);
}
void Flashmem_print_status(void) {
DbpString("Flash memory");
Dbprintf(" Baudrate................%dMHz",FLASHMEM_SPIBAUDRATE/1000000);