Skip to content

Commit

Permalink
fixed error printf
Browse files Browse the repository at this point in the history
  • Loading branch information
libm3l committed Dec 1, 2014
1 parent 334e3dc commit fc1f41b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Data_Thread.c
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,7 @@ void *Data_Threads(void *arg)
break;

default:
Error("SR_Threads: Wrong mode - check KeepAlive and ATDT specifications");
Error("SR_Threads: Wrong pcheckdata value");
break;
}
/*
Expand Down

0 comments on commit fc1f41b

Please sign in to comment.