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.
Revision 3:4f8f75f28cf8, committed 2021-09-29
- Comitter:
- Yanagihara
- Date:
- Wed Sep 29 06:20:28 2021 +0000
- Parent:
- 2:dd1c560b4906
- Commit message:
- a little revision
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Wed Sep 29 06:17:44 2021 +0000
+++ b/main.cpp Wed Sep 29 06:20:28 2021 +0000
@@ -88,8 +88,7 @@
cs = 0;
spi.write(CMD_RDSR1);
spi_read_data(rx_buf, length); // rx_bufにRDSRの値が入っている
- cs = 1;
-
+ cs = 1;
}
uint8_t flash_is_wip() { // (WIP)Write In Progress(書込み中)かどうか確認