OSDN Git Service

timepulse1 1Hz: GPS時刻fixしなくても出力するようにした
[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