mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-12-22 10:30:13 +00:00
fix up stdint include
This commit is contained in:
parent
6da84819dd
commit
9b2a2bb5e6
@ -30,13 +30,13 @@
|
|||||||
* 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: nvm.h,v 1.2 2010/11/10 22:06:28 maralvira Exp $
|
* $Id: nvm.h,v 1.3 2010/11/10 22:12:29 maralvira Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef NVM_H
|
#ifndef NVM_H
|
||||||
#define NVM_H
|
#define NVM_H
|
||||||
|
|
||||||
#include "stdint.h"
|
#include <stdint.h>
|
||||||
|
|
||||||
typedef enum
|
typedef enum
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user