Add calibration routine from shell
This commit is contained in:
@@ -67,6 +67,6 @@ int _read(void)
|
||||
int _write(int fd, const void *buf, int count)
|
||||
{
|
||||
if (fd == 1)
|
||||
uart_send_array((char*)buf, count);
|
||||
uart_send_array_with_dma((char*)buf, count);
|
||||
return count;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user