Skip to content
Snippets Groups Projects
Commit 1c8bb804 authored by kYc0o's avatar kYc0o
Browse files

tests/driver_servo/main.c: fix var len

parent e0170336
No related branches found
No related tags found
No related merge requests found
......@@ -53,7 +53,7 @@ static servo_t servo;
int main(void)
{
int res;
int pos = (STEP_LOWER_BOUND + STEP_UPPER_BOUND) / 2;
unsigned int pos = (STEP_LOWER_BOUND + STEP_UPPER_BOUND) / 2;
int step = STEP;
puts("\nRIOT RC servo test");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment