mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-01-11 03:29:51 +00:00
13 lines
208 B
C
13 lines
208 B
C
/** @file hal/micro/cortexm3/mpu.h
|
|
*
|
|
* <!--(C) COPYRIGHT 2010 STMicroelectronics. All rights reserved. -->
|
|
*/
|
|
|
|
|
|
#ifndef __MPU_H__
|
|
#define __MPU_H__
|
|
|
|
#define BYPASS_MPU(blah) blah
|
|
|
|
#endif//__MPU_H__
|