Main Program

Dependencies:   mbed AQM1602 HMC6352 PID

Revision:
1:f2633c150301
Parent:
0:d8798c19e371
Child:
2:97a4070c34d7
diff -r d8798c19e371 -r f2633c150301 txrx.h
--- a/txrx.h	Mon Sep 14 06:51:40 2015 +0000
+++ b/txrx.h	Tue Sep 15 01:40:28 2015 +0000
@@ -1,8 +1,8 @@
 #ifndef _TXRX_H_
 #define _TXRX_H_
 
-extern void TX(void);//送信バッファ空き割り込み用関数
-extern void RX(void);//受信割り込み用関数
-extern void cls(void);
+void TX(void);//送信バッファ空き割り込み用関数
+void RX(void);//受信割り込み用関数
+void cls(void);
 
 #endif //_TXRX_H_
\ No newline at end of file