Ver Fonte

xhttp_pi: fix default value for xhttp_pi_root param

Ovidiu Sas há 12 anos atrás
pai
commit
c3db1a1b59
1 ficheiros alterados com 1 adições e 1 exclusões
  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;