robostep8th / Mbed 2 deprecated harurobo8th-2_ashi_master

Dependencies:   mbed

Revision:
19:812c3572622a
Parent:
0:736c76a75def
--- a/main.cpp	Thu Sep 12 09:51:42 2019 +0000
+++ b/main.cpp	Fri May 07 08:31:36 2021 +0000
@@ -26,6 +26,7 @@
 #include "FATFileSystem.h"
 #include "User.h"
 
+
 int MassStorage_ReadCapacity(int device, u32* blockCount, u32* blockSize);
 int MassStorage_Read(int device, u32 blockAddr, u32 blockCount, u8* dst, u32 blockSize);
 int MassStorage_Write(int device, u32 blockAddr, u32 blockCount, u8* dst, u32 blockSize);
@@ -103,6 +104,7 @@
 */
 
 Serial pc(USBTX, USBRX);
+
 int GetConsoleChar()
 {
     if (!pc.readable())