去除了test

This commit is contained in:
xin
2025-06-30 15:56:19 +08:00
parent 78c34a0e57
commit e5bf2d35cd

View File

@ -1,10 +1,10 @@
#include "IS11Comon.h" #include "IS11Comon.h"
#ifdef _WIN32 #ifdef _WIN32
#include <windows.h> #include <windows.h>
#elif #else
#include <unistd.h> #include <unistd.h>
#include <cstring>
#endif #endif
void delay(int ms){ void delay(int ms){