add stdint.h
This commit is contained in:
parent
0445a4f78f
commit
c78e1e345e
|
@ -30,13 +30,14 @@
|
||||||
* This file is part of libmc1322x: see http://mc1322x.devl.org
|
* This file is part of libmc1322x: see http://mc1322x.devl.org
|
||||||
* for details.
|
* for details.
|
||||||
*
|
*
|
||||||
* $Id: bbmc.c,v 1.1 2010/06/10 14:55:39 maralvira Exp $
|
* $Id: bbmc.c,v 1.2 2011/01/17 15:45:02 maralvira Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* control reset and VREF2 lines */
|
/* control reset and VREF2 lines */
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
#include <stdint.h>
|
||||||
#include <getopt.h>
|
#include <getopt.h>
|
||||||
#include <ftdi.h>
|
#include <ftdi.h>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue