mirror of https://github.com/FOME-Tech/openblt.git
- Minor EOF comment fix in vectors.c
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@25 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
This commit is contained in:
parent
7defdc3296
commit
858f4add53
|
@ -122,6 +122,6 @@ const tIsrFunc _vectors[] =
|
|||
};
|
||||
|
||||
|
||||
/************************************ end of hw.c **************************************/
|
||||
/************************************ end of vectors.c *********************************/
|
||||
|
||||
|
||||
|
|
|
@ -160,6 +160,6 @@ const tIsrFunc _vectors[] =
|
|||
};
|
||||
|
||||
|
||||
/************************************ end of hw.c **************************************/
|
||||
/************************************ end of vectors.c *********************************/
|
||||
|
||||
|
||||
|
|
|
@ -156,6 +156,6 @@ const tIsrFunc _vectab[] =
|
|||
};
|
||||
|
||||
|
||||
/************************************ end of hw.c **************************************/
|
||||
/************************************ end of vectors.c *********************************/
|
||||
|
||||
|
||||
|
|
|
@ -160,6 +160,6 @@ __root const tIsrFunc __vector_table[] @ ".intvec" =
|
|||
};
|
||||
|
||||
|
||||
/************************************ end of hw.c **************************************/
|
||||
/************************************ end of vectors.c *********************************/
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue