]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - common/protocols.c
CHG: a select_legic function with structs and stuff and
[proxmark3-svn] / common / protocols.c
index b8361204943b30d9f15e9964a6d456b5ac05b2b1..50eaf4930334476591157dd41da5c84bb21edc1b 100644 (file)
@@ -31,7 +31,7 @@ typedef struct {
        uint8_t mem_config;     //[13]
        uint8_t eas;            //[14]
        uint8_t fuses;          //[15]
-}picopass_conf_block;
+} picopass_conf_block;
 
 
 typedef struct {
@@ -41,8 +41,7 @@ typedef struct {
        uint8_t key_d[8];
        uint8_t key_c[8];
        uint8_t app_issuer_area[8];
-
-}picopass_hdr;
+} picopass_hdr;
 
 uint8_t isset(uint8_t val, uint8_t mask) {
        return (val & mask);
Impressum, Datenschutz