Revision 3
returns sys
lab2.c | ||
---|---|---|
60 | 60 |
int(timer_test_int)(uint8_t time) { |
61 | 61 |
/* To be implemented by the students */ |
62 | 62 |
|
63 |
if(time<0) return 1; |
|
63 |
if(time<0) |
|
64 |
{ |
|
65 |
printf("INVALID TIME!"); |
|
66 |
return 1; |
|
67 |
} |
|
64 | 68 |
|
65 | 69 |
int ipc_status; |
66 | 70 |
message msg; |
Also available in: Unified diff