mirror of https://github.com/ARMmbed/mbed-os.git
STM32: remove trailing white spaces
parent
d9bda2800d
commit
48a49b4a00
|
|
@ -145,7 +145,6 @@ int32_t flash_program_page(flash_t *obj, uint32_t address, const uint8_t *data,
|
|||
|
||||
uint32_t flash_get_sector_size(const flash_t *obj, uint32_t address)
|
||||
{
|
||||
|
||||
if ((address >= (FLASH_BASE + FLASH_SIZE)) || (address < FLASH_BASE)) {
|
||||
return MBED_FLASH_INVALID_SIZE;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue