Contiki 3.x
mpu.h
Go to the documentation of this file.
1 /** @file hal/micro/cortexm3/mpu.h
2  *
3  * <!--(C) COPYRIGHT 2010 STMicroelectronics. All rights reserved. -->
4  */
5 
6 
7 #ifndef MPU_H_
8 #define MPU_H_
9 
10 #define BYPASS_MPU(blah) blah
11 
12 #endif//MPU_H_