My FT800 lib

Dependents:   Radar1

Revision:
4:363ec27cdfaa
Parent:
3:392d2c733c68
Child:
6:16e22c789f7d
--- a/FT_CoPro_Cmds.cpp	Fri Sep 19 15:56:15 2014 +0000
+++ b/FT_CoPro_Cmds.cpp	Sat Sep 20 11:35:43 2014 +0000
@@ -444,7 +444,7 @@
   EndFunc( (FT_CMD_SIZE*3));
 }
 
-ft_void_t FT800::Dlstart(  )
+ft_void_t FT800::DLstart(  )
 {
   StartFunc( FT_CMD_SIZE*1);
   SendCmd(  CMD_DLSTART);
@@ -477,7 +477,7 @@
 }
 
 
-ft_void_t FT800::WrCoCmd_Buffer(ft_uint32_t cmd)
+ft_void_t FT800::DL(ft_uint32_t cmd)
 {
    WrCmd32(cmd);
    /* Increment the command index */