Willy-JL 1 年之前
父节点
当前提交
2f67c3c918
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      nrf24mousejacker/stdstring.c
  2. 1 1
      nrf24sniff/stdstring.c

+ 1 - 1
nrf24mousejacker/stdstring.c

@@ -78,4 +78,4 @@ cont:
 char* nrf_strtok(char* s, const char* delim) {
     static char* last;
     return nrfstrtok_r(s, delim, &last);
-}
+}

+ 1 - 1
nrf24sniff/stdstring.c

@@ -78,4 +78,4 @@ cont:
 char* nrf_strtok(char* s, const char* delim) {
     static char* last;
     return nrfstrtok_r(s, delim, &last);
-}
+}