Skip to content

Commit

Permalink
fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Stary2001 committed Sep 18, 2016
1 parent 7933362 commit 8e49765
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion input_proc/source/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ int main()
int r = dma_copy(self, &test, hid, (void*)new_loc, 4);
if (r)
{
OUTPUT("copy returned %08lx\n", r);
OUTPUT("copy returned %08x\n", r);
exit(0);
}

Expand Down

0 comments on commit 8e49765

Please sign in to comment.