#include "include/hidsdi.h"\r
//}\r
\r
-#include "prox.h"\r
#include "flash.h"\r
+#include "usb_cmd.h"\r
+#include "ui.h"\r
\r
#define OUR_VID 0x9ac4\r
#define OUR_PID 0x4b8f\r
int i;\r
printf("Usage: %s gui\n", argv[0]);\r
printf(" %s offline\n", argv[0]);\r
- printf(" %s areas file.s19\n", argv[0]);\r
+ printf(" %s areas file.elf\n", argv[0]);\r
printf(" Known areas are:");\r
for(i=0; partitions[i].name != NULL; i++) {\r
fprintf(stderr, " %s", partitions[i].name);\r