Skip to content

Commit

Permalink
Fudged the nanospin burn time a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
dam7633 committed Mar 22, 2013
1 parent e4d66e2 commit cb4715e
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 @@ -13,7 +13,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 cb4715e

Please sign in to comment.