OSDN Git Service

11/11/30 12H serial csv out.
[scilog/cpu2010.git] / debug_print.c
1 #include <stdio.h>
2 #include "myuart.h"
3
4 void  PDEBUG(char *buf)
5 {
6     uart2_puts( buf );
7 }
8
9
10
11