pull/18/merge
Filip Laurentiu 3 weeks ago committed by GitHub
commit 227059e8e8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -3,6 +3,9 @@
#include <fcntl.h>
#include <arpa/inet.h>
#include "mmc.h"
#include <string.h>
#include <stdlib.h>
#include <unistd.h>
#define CID_SIZE 16
#define PROGRAM_CID_OPCODE 26
@ -179,4 +182,3 @@ void main(int argc, const char **argv) {
close(fd);
}

Loading…
Cancel
Save