Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: 3W_8Dir_p2pcontrol mbed
Fork of DXL_SDK_For_F446RE by
Revision 2:8bede713ce52, committed 2017-02-08
- 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);
