浏览代码

xhttp_pi: fix default value for xhttp_pi_root param

Ovidiu Sas 12 年之前
父节点
当前提交
c3db1a1b59
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      modules/xhttp_pi/xhttp_pi.c

+ 1 - 1
modules/xhttp_pi/xhttp_pi.c

@@ -76,7 +76,7 @@ static xhttp_api_t xhttp_api;
 gen_lock_t* ph_lock;
 
 
-str xhttp_pi_root = str_init("http_pi");
+str xhttp_pi_root = str_init("pi");
 str filename = {NULL, 0};
 
 int buf_size = 0;