mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-02-06 17:12:01 +08:00
Remove empty #ifdef RT_USING_FINSH blocks
Removed empty conditional compilation blocks that were left after FINSH macro cleanup. Co-authored-by: BernardXiong <1241087+BernardXiong@users.noreply.github.com>
This commit is contained in:
@@ -667,5 +667,3 @@ void dm9000a(void)
|
||||
rt_kprintf("\n");
|
||||
}
|
||||
|
||||
#ifdef RT_USING_FINSH
|
||||
#endif
|
||||
|
||||
@@ -698,5 +698,3 @@ void dm9161a(void)
|
||||
{
|
||||
}
|
||||
|
||||
#ifdef RT_USING_FINSH
|
||||
#endif
|
||||
|
||||
@@ -15,9 +15,6 @@
|
||||
#include "board.h"
|
||||
#include <rtdevice.h>
|
||||
|
||||
#ifdef RT_USING_FINSH
|
||||
#endif
|
||||
|
||||
#include "fsl_enet.h"
|
||||
#include "fsl_gpio.h"
|
||||
#include "fsl_cache.h"
|
||||
|
||||
@@ -94,5 +94,3 @@ void lcd_fill(uint8_t * start, uint8_t * end, uint8_t pixel)
|
||||
*start++ = pixel;
|
||||
}
|
||||
}
|
||||
#ifdef RT_USING_FINSH
|
||||
#endif
|
||||
|
||||
@@ -724,5 +724,3 @@ void emac_bd_dump(void)
|
||||
}
|
||||
}
|
||||
|
||||
#ifdef RT_USING_FINSH
|
||||
#endif
|
||||
|
||||
@@ -847,9 +847,6 @@ int mkdir(const char *path, mode_t mode)
|
||||
}
|
||||
RTM_EXPORT(mkdir);
|
||||
|
||||
#ifdef RT_USING_FINSH
|
||||
#endif
|
||||
|
||||
/**
|
||||
* this function is a POSIX compliant version, which will remove a directory.
|
||||
*
|
||||
|
||||
@@ -509,6 +509,3 @@ int device_test(const char * device_name)
|
||||
}
|
||||
}
|
||||
|
||||
#ifdef RT_USING_FINSH
|
||||
#endif
|
||||
|
||||
|
||||
@@ -291,5 +291,3 @@ void fs_test(rt_uint32_t arg)
|
||||
}
|
||||
}
|
||||
|
||||
#ifdef RT_USING_FINSH
|
||||
#endif
|
||||
|
||||
@@ -108,5 +108,3 @@ void mem_test(uint32_t address, uint32_t size )
|
||||
}
|
||||
}
|
||||
|
||||
#ifdef RT_USING_FINSH
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user