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.
Dependents: FT810_RGB_demo FT81x_TripComp_test FT810_LoadJPG
Fork of FT800_2 by
Diff: FT_CoPro_Cmds.cpp
- Revision:
- 4:363ec27cdfaa
- Parent:
- 3:392d2c733c68
- Child:
- 6:16e22c789f7d
diff -r 392d2c733c68 -r 363ec27cdfaa FT_CoPro_Cmds.cpp
--- 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 */
    