Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jpm8766 committed Mar 22, 2013
2 parents de9eb7d + cb4715e commit 43cde99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Task.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#define TIMER_PERIOD_NANO (5000000)
#define TIMER_PERIOD_SEC (0)

#define BUSY_WAIT_NANO (4500000)
#define BUSY_WAIT_NANO (4440000)

Task::Task(std::string n, int c, int p, int d, sem_t* scheduler) :
Thread(n),
Expand Down

0 comments on commit 43cde99

Please sign in to comment.