stm32: flash: BSY bit has never been writable.
This has been copied around for years, but has never been a writable bit on any target.
This commit is contained in:
@@ -61,7 +61,6 @@ void flash_clear_status_flags(void)
|
||||
flash_clear_pgerr_flag();
|
||||
flash_clear_eop_flag();
|
||||
flash_clear_wrprterr_flag();
|
||||
flash_clear_bsy_flag();
|
||||
}
|
||||
|
||||
/*---------------------------------------------------------------------------*/
|
||||
|
||||
Reference in New Issue
Block a user