Skip to content

Commit a6107bb

Browse files
authoredOct 24, 2018
Updating PROC_init
Updated PROC_init to correctly use its new second parameter (watchdog mode).
1 parent 397c216 commit a6107bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ int main(void)
5757
struct ProcessData *proc;
5858

5959
/* Initialize the process */
60-
proc = PROC_init("test1");
60+
proc = PROC_init("test1", WD_DISABLED);
6161
if (!proc) {
6262
printf("error: failed to initialize process\n");
6363
return -1;

0 commit comments

Comments
 (0)