git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11381 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
76c43e3ac4
commit
2281d0e93c
|
@ -25,8 +25,6 @@
|
|||
* @{
|
||||
*/
|
||||
|
||||
#if defined(CH_CFG_USE_MMU) || defined(__DOXYGEN__)
|
||||
|
||||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
#include <stdbool.h>
|
||||
|
@ -366,6 +364,4 @@ void __core_init(void) {
|
|||
}
|
||||
}
|
||||
|
||||
#endif /* CH_CFG_USE_MMU */
|
||||
|
||||
/** @} */
|
||||
|
|
|
@ -28,8 +28,6 @@
|
|||
#ifndef MMU_H
|
||||
#define MMU_H
|
||||
|
||||
#if defined(CH_CFG_USE_MMU) || defined(__DOXYGEN__)
|
||||
|
||||
/*===========================================================================*/
|
||||
/* Module constants. */
|
||||
/*===========================================================================*/
|
||||
|
@ -106,8 +104,6 @@ extern "C" {
|
|||
/* Module inline functions. */
|
||||
/*===========================================================================*/
|
||||
|
||||
#endif /* CH_CFG_USE_MMU */
|
||||
|
||||
#endif /* MMU_H */
|
||||
|
||||
/** @} */
|
||||
|
|
Loading…
Reference in New Issue