cleaned up project:

-moved all includes into "include" directory
-extracted "wait...()"-routines into separate files
This commit is contained in:
Markus Fröschle
2012-12-10 10:01:49 +00:00
parent b2f1b22335
commit 1a718db4aa
23 changed files with 0 additions and 0 deletions

10
include/macro.h Normal file
View File

@@ -0,0 +1,10 @@
/*******************************************************/
// allgemeine macros
/*******************************************************/
.text
wait_pll: .macro
wait1_pll\@:
tst.w (a1)
bmi wait1_pll\@
rts
.endm