Mercurial > public > hwos_code
diff src/start.asm @ 275:653a3ab08062
rename into hwOS
author | heinrichsweikamp |
---|---|
date | Thu, 07 May 2015 13:11:14 +0200 |
parents | f64afa14ef07 |
children | e4cb495aed3d |
line wrap: on
line diff
--- a/src/start.asm Tue May 05 14:58:16 2015 +0200 +++ b/src/start.asm Thu May 07 13:11:14 2015 +0200 @@ -9,7 +9,7 @@ ; HISTORY ; 2011-08-06 : [mH] moving from OSTC code -#include "ostc3.inc" ; Mandatory header +#include "hwos.inc" ; Mandatory header #include "ms5541.inc" #include "isr.inc" #include "shared_definitions.h" ; Mailbox from/to p2_deco.c @@ -26,7 +26,7 @@ #include "adc_lightsensor.inc" #include "i2c.inc" - extern init_ostc3 + extern init_ostc extern option_restore_all ;============================================================================= @@ -50,7 +50,7 @@ cpfseq FSR0H ; Bank 14 done? bra clear_rambank ; clear... - call init_ostc3 + call init_ostc bsf no_sensor_int ; disable sensor interrupt ; Air pressure compensation after reset