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

master
gdisirio 2013-02-04 14:47:02 +00:00
parent 410bdbf572
commit 81d3f8b5e3
1 changed files with 6 additions and 0 deletions

View File

@ -26,6 +26,10 @@
* @{
*/
#define MAS0L_VALID 0x8000
#if !defined(__DOXYGEN__)
.section .hwinit, "ax"
.align 2
@ -34,4 +38,6 @@
_mmuconf:
blr
#endif /* !defined(__DOXYGEN__) */
/** @} */