git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11381 35acf78f-673a-0410-8e92-d51de3d6d3f4

This commit is contained in:
isiora 2018-01-20 22:42:43 +00:00
parent 76c43e3ac4
commit 2281d0e93c
2 changed files with 0 additions and 8 deletions

View File

@ -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 */
/** @} */

View File

@ -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 */
/** @} */