AECL 601 / Mbed 2 deprecated 3WOK_8dir_1m_PD_p2pcontrol_0710

Dependencies:   3W_8Dir_p2pcontrol mbed

Fork of DXL_SDK_For_F446RE by hsu han-lin

Files at this revision

API Documentation at this revision

Comitter:
stanley1228
Date:
Wed Feb 08 11:24:07 2017 +0800
Parent:
1:2eaeeba6137a
Child:
3:e2e9064c668d
Commit message:
delete // in dxl_hal.h

Changed in this revision

dxl_hal.h Show annotated file Show diff for this revision Revisions of this file
--- a/dxl_hal.h	Wed Feb 08 11:20:14 2017 +0800
+++ b/dxl_hal.h	Wed Feb 08 11:24:07 2017 +0800
@@ -14,7 +14,7 @@
 int dxl_hal_tx( unsigned char *pPacket, int numPacket );
 int dxl_hal_rx( unsigned char *pPacket, int numPacket );
 void dxl_hal_set_timeout( int NumRcvByte );
-int dxl_hal_timeout(void);//
+int dxl_hal_timeout(void);