Przeglądaj źródła

[wlan] update directory structure

Evlers 1 rok temu
rodzic
commit
192a232c45
2 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      SConscript
  2. 0 0
      host/wlan/esp_wlan.c

+ 2 - 2
SConscript

@@ -45,8 +45,8 @@ src += Glob('host/port/src/*.c')
 path += [cwd + '/host/port/include']
 
 # add wlan source and header files
-src += Glob('wlan/*.c')
-path += [cwd + '/wlan']
+src += Glob('host/wlan/*.c')
+path += [cwd + '/host/wlan']
 
 CPPDEFINES = ['']
 

+ 0 - 0
wlan/esp_wlan.c → host/wlan/esp_wlan.c