Explorar o código

change: 重要, rtos.bsp返回值统一改成大写

Wendal Chen %!s(int64=4) %!d(string=hai) anos
pai
achega
bbc10ca73c
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      app/port/luat_base_air101.c

+ 2 - 2
app/port/luat_base_air101.c

@@ -228,9 +228,9 @@ void luat_meminfo_sys(size_t* total, size_t* used, size_t* max_used)
 const char* luat_os_bsp(void)
 const char* luat_os_bsp(void)
 {
 {
 #ifdef AIR103
 #ifdef AIR103
-    return "air103";
+    return "AIR103";
 #else
 #else
-    return "air101";
+    return "AIR101";
 #endif
 #endif
 }
 }