git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5112 35acf78f-673a-0410-8e92-d51de3d6d3f4
parent
410bdbf572
commit
81d3f8b5e3
|
@ -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__) */
|
||||
|
||||
/** @} */
|
||||
|
|
Loading…
Reference in New Issue