Ver Fonte

1.修改使能examples的Kconfig中的声名名称

ouysd há 6 anos atrás
pai
commit
20b4f7a741
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      SConscript

+ 1 - 1
SConscript

@@ -24,7 +24,7 @@ path += [cwd + '/jiot-c-sdk/platform/os/rt-thread']
 path += [cwd + '/jiot-c-sdk/src/mqtt/MQTTPacket/src']
 path += [cwd + '/jiot-c-sdk/public/net/tcp']
 
-if GetDepend(['RT_USING_JIOT_EXAMPLES']):
+if GetDepend(['PKG_USING_JIOT_EXAMPLES']):
 	src += Glob('samples/*.c')
 	
 if GetDepend(['JIOT_SSL']):