[vs simulator] remove the error prompt for v4.1.0

This commit is contained in:
Meco Man 2021-12-15 16:55:12 -05:00
parent 874f6c84f1
commit 82cae7dcc9
1 changed files with 0 additions and 6 deletions

View File

@ -9,12 +9,6 @@
#include <rtthread.h>
#include "board.h"
#include <shell.h>
#ifdef RT_USING_LIBC
#error "simulator does not support RT_USING_LIBC"
#endif
int platform_init(void)
{
#ifdef RT_USING_LWIP