Browse Source

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

Wendal Chen 3 years ago
parent
commit
bbc10ca73c
1 changed files with 2 additions and 2 deletions
  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
 }
 }