Daisuke Yanagihara / Mbed 2 deprecated p_fhash_specified_sector

Dependencies:   mbed

Files at this revision

API Documentation at this revision

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(書込み中)かどうか確認