Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: MbedFileServer_1768MiniDK2 RedWireBridge IssueDebug_gcc MiMicRemoteMCU-for-Mbed ... more
Diff: core/flash/NyLPC_cOnchipFlashWriter.c
- Revision:
- 57:bc4330dfa62f
- Parent:
- 12:efe841863fc8
diff -r d38b6ce8c63b -r bc4330dfa62f core/flash/NyLPC_cOnchipFlashWriter.c
--- a/core/flash/NyLPC_cOnchipFlashWriter.c Sat Aug 10 02:52:22 2013 +0000
+++ b/core/flash/NyLPC_cOnchipFlashWriter.c Fri Sep 13 06:38:16 2013 +0000
@@ -41,7 +41,7 @@
//書込み可能サイズを計算
free_size=256-s_padding;
//書込みサイズを決定
- wsize=free_size>size?size:free_size;
+ wsize=(free_size>size)?size:free_size;
//Flashから一時RAMへ前方パディングを読む
if(s_padding>0){
memcpy(_work,fblock_addr,s_padding);
MiMic Webservice library