Misc fixes to quadrature encoder debug output

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4411 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo 2012-02-21 23:23:18 +00:00
parent a5d55aa89c
commit 498a51ddfc

View File

@ -310,7 +310,7 @@ int MAIN_NAME(int argc, char *argv[])
else
{
message(MAIN_STRING " %d\n", position);
message(MAIN_STRING "%3d. %d\n", nloops+1, position);
}
/* Delay a little bit */