Explorar el Código

[bsp][stm32] delete Kconfig $

sun_shine hace 7 años
padre
commit
db6cc7d16a
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  1. 3 3
      bsp/stm32/stm32l053-st-nucleo/Kconfig

+ 3 - 3
bsp/stm32/stm32l053-st-nucleo/Kconfig

@@ -1,16 +1,16 @@
 mainmenu "RT-Thread Configuration"
 
-config $BSP_DIR
+config BSP_DIR
     string
     option env="BSP_ROOT"
     default "."
 
-config $RTT_DIR
+config RTT_DIR
     string
     option env="RTT_ROOT"
     default "../../.."
 
-config $PKGS_DIR
+config PKGS_DIR
     string
     option env="PKGS_ROOT"
     default "packages"