mirror of https://github.com/ARMmbed/mbed-os.git
Fixed tab spacing from 0e8ba85
* Removed missplaced tabs Signed-off-by: Bruno Monteiro Pires <brunomonteiropires@gmail.com>pull/3144/head
parent
8b3ae981df
commit
aa6fbb676f
|
@ -293,7 +293,7 @@ uint32_t SDFileSystem::disk_sectors() {
|
|||
}
|
||||
|
||||
void SDFileSystem::debug(bool dbg){
|
||||
_dbg = dbg;
|
||||
_dbg = dbg;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -58,7 +58,7 @@ public:
|
|||
virtual int disk_write(const uint8_t* buffer, uint32_t block_number, uint32_t count);
|
||||
virtual int disk_sync();
|
||||
virtual uint32_t disk_sectors();
|
||||
void debug(bool dbg);
|
||||
void debug(bool dbg);
|
||||
|
||||
protected:
|
||||
|
||||
|
@ -85,7 +85,7 @@ protected:
|
|||
DigitalOut _cs;
|
||||
int cdv;
|
||||
int _is_initialized;
|
||||
bool _dbg;
|
||||
bool _dbg;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue