Skip to content
This repository has been archived by the owner on Feb 24, 2021. It is now read-only.

Commit

Permalink
DEL: removed the homebrews script. It needed a seperate gitproject.
Browse files Browse the repository at this point in the history
CHG:  removed references to  stdio.h  and time.h  in ARMSRC.
  • Loading branch information
iceman1001 committed May 6, 2016
1 parent 7680db5 commit 048324d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 48 deletions.
1 change: 0 additions & 1 deletion armsrc/hitagS.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
//-----------------------------------------------------------------------------
// Some code was copied from Hitag2.c
//-----------------------------------------------------------------------------
#include <stdio.h>
#include <stdlib.h>
#include "proxmark3.h"
#include "apps.h"
Expand Down
1 change: 0 additions & 1 deletion armsrc/tlv.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
#define __TLV_H

#include <stdint.h>
#include <stdio.h>
#include <string.h>
#include <stdint.h>

Expand Down
14 changes: 7 additions & 7 deletions include/usb_cmd.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@
#ifndef __USB_CMD_H
#define __USB_CMD_H
#ifdef _MSC_VER
typedef DWORD uint32_t;
typedef BYTE uint8_t;
#define PACKED
// stuff
typedef DWORD uint32_t;
typedef BYTE uint8_t;
#define PACKED
// stuff
#else
#include <stdint.h>
#include <stdbool.h>
#define PACKED __attribute__((packed))
#include <stdint.h>
#include <stdbool.h>
#define PACKED __attribute__((packed))
#endif

#define USB_CMD_DATA_SIZE 512
Expand Down
39 changes: 0 additions & 39 deletions proxmark3.rb

This file was deleted.

0 comments on commit 048324d

Please sign in to comment.