Remove White spaces
This commit is contained in:
parent
e110153ee2
commit
45a223a1f9
|
|
@ -348,7 +348,6 @@ void dcode_4()
|
||||||
- The hex address needs to be lowercase without the 0 before the x
|
- The hex address needs to be lowercase without the 0 before the x
|
||||||
- Count is decimal
|
- Count is decimal
|
||||||
- The hex data needs to be lowercase
|
- The hex data needs to be lowercase
|
||||||
|
|
||||||
*/
|
*/
|
||||||
void dcode_5()
|
void dcode_5()
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -55,7 +55,6 @@ public:
|
||||||
void getDirName(char* name, uint8_t level);
|
void getDirName(char* name, uint8_t level);
|
||||||
uint8_t getWorkDirDepth();
|
uint8_t getWorkDirDepth();
|
||||||
|
|
||||||
|
|
||||||
void ls(ls_param params);
|
void ls(ls_param params);
|
||||||
bool chdir(const char * relpath, bool doPresort);
|
bool chdir(const char * relpath, bool doPresort);
|
||||||
void updir();
|
void updir();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue