]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - armsrc/apps.h
fixed USB GPIO bug reported by gregy, and fixed 'hf 14a reader' command
[proxmark3-svn] / armsrc / apps.h
index 94bc5b04845f168eaf5967ad55fbf132ba9d3c84..5543d58547931808a5d5ec632fa776eeb755020a 100644 (file)
@@ -183,7 +183,7 @@ void ReaderHitag(hitag_function htf, hitag_data* htd);
 
 // cmd.h
 bool cmd_receive(UsbCommand* cmd);
-bool cmd_send(uint32_t cmd, uint32_t arg0, uint32_t arg1, uint32_t arg2, byte_t* data, size_t len);
+bool cmd_send(uint32_t cmd, uint32_t arg0, uint32_t arg1, uint32_t arg2, void* data, size_t len);
 
 /// util.h
 
Impressum, Datenschutz