Browse Source

xhttp_pi: fix default value for xhttp_pi_root param

Ovidiu Sas 12 years ago
parent
commit
c3db1a1b59
1 changed files with 1 additions and 1 deletions
  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;