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:
copilot-swe-agent[bot]
2025-10-28 23:21:39 +00:00
parent af25087e09
commit 8ef0add346
9 changed files with 0 additions and 21 deletions

View File

@@ -667,5 +667,3 @@ void dm9000a(void)
rt_kprintf("\n");
}
#ifdef RT_USING_FINSH
#endif

View File

@@ -698,5 +698,3 @@ void dm9161a(void)
{
}
#ifdef RT_USING_FINSH
#endif

View File

@@ -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"

View File

@@ -94,5 +94,3 @@ void lcd_fill(uint8_t * start, uint8_t * end, uint8_t pixel)
*start++ = pixel;
}
}
#ifdef RT_USING_FINSH
#endif

View File

@@ -724,5 +724,3 @@ void emac_bd_dump(void)
}
}
#ifdef RT_USING_FINSH
#endif

View File

@@ -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.
*

View File

@@ -509,6 +509,3 @@ int device_test(const char * device_name)
}
}
#ifdef RT_USING_FINSH
#endif

View File

@@ -291,5 +291,3 @@ void fs_test(rt_uint32_t arg)
}
}
#ifdef RT_USING_FINSH
#endif

View File

@@ -108,5 +108,3 @@ void mem_test(uint32_t address, uint32_t size )
}
}
#ifdef RT_USING_FINSH
#endif