#include "whereami.h"
#include "comms.h"
+
void
#ifdef __has_attribute
#if __has_attribute(force_align_arg_pointer)
SetOffline(true);
}
+
// file with script
FILE *script_file = NULL;
char script_cmd_buf[256] = {0}; // iceman, needs lua script the same file_path_buffer as the rest
}
write_history(".history");
-
- if (usb_present) {
- CloseProxmark();
- }
if (script_file) {
fclose(script_file);