use stdint.h instead of custom types.h

stdint.h is more portable across compilers
This commit is contained in:
maralvira 2010-11-10 22:06:28 +00:00
parent e229022f38
commit 6da84819dd
11 changed files with 20 additions and 67 deletions

View file

@ -30,11 +30,11 @@
* This file is part of libmc1322x: see http://mc1322x.devl.org
* for details.
*
* $Id: default_lowlevel.c,v 1.1 2010/06/10 14:49:31 maralvira Exp $
* $Id: default_lowlevel.c,v 1.2 2010/11/10 22:09:23 maralvira Exp $
*/
#include <mc1322x.h>
#include <types.h>
#include <stdint.h>
void default_vreg_init(void) {
volatile uint32_t i;