Merge pull request #2697 from SummerGGift/flash_driver_fal

[stm32][driver] flash 驱动擦除接口与 fal 不匹配的问题
This commit is contained in:
Bernard Xiong 2019-05-16 13:51:57 +08:00 committed by GitHub
commit 851e33a20f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -167,7 +167,7 @@ __exit:
}
LOG_D("erase done: addr (0x%p), size %d", (void *)addr, size);
return result;
return size;
}
#if defined(PKG_USING_FAL)

View File

@ -167,7 +167,7 @@ __exit:
}
LOG_D("erase done: addr (0x%p), size %d", (void *)addr, size);
return result;
return size;
}
#if defined(PKG_USING_FAL)

View File

@ -310,7 +310,7 @@ __exit:
}
LOG_D("erase done: addr (0x%p), size %d", (void*)addr, size);
return result;
return size;
}
#if defined(PKG_USING_FAL)

View File

@ -382,7 +382,7 @@ __exit:
}
LOG_D("erase done: addr (0x%p), size %d", (void *)addr, size);
return result;
return size;
}
#if defined(PKG_USING_FAL)