Commit c87644dd authored by Tomasz Wlostowski's avatar Tomasz Wlostowski

removed mprintf() producing rubbish

parent 2151aa23
......@@ -147,7 +147,6 @@ int ep_get_psval(int32_t *psval)
else
*psval = 0;
mprintf("PSVAL:%d RDY:%d\n", *psval, val & EP_DMSR_PS_RDY ? 1 : 0);
return val & EP_DMSR_PS_RDY ? 1 : 0;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment