Fixing synchronization tests.

This commit is contained in:
Geoffrey Challen
2015-12-31 19:38:38 -05:00
parent 26612b6142
commit 015b989a66
4 changed files with 36 additions and 62 deletions

View File

@@ -85,7 +85,7 @@ void stoplight_cleanup() {
}
void
turnright(unsigned long direction)
turnright(uint32_t direction)
{
(void)direction;
/*
@@ -94,7 +94,7 @@ turnright(unsigned long direction)
return;
}
void
gostraight(unsigned long direction)
gostraight(uint32_t direction)
{
(void)direction;
/*
@@ -103,7 +103,7 @@ gostraight(unsigned long direction)
return;
}
void
turnleft(unsigned long direction)
turnleft(uint32_t direction)
{
(void)direction;
/*