Mercurial > public > mk2
comparison code_part1/OSTC_code_asm_part1/start.asm @ 97:dc349e4264bb
Cleanup CF for bad 15bits value display
Cleanup old printf prototype
New strings macro
author | JeanDo |
---|---|
date | Sun, 12 Dec 2010 01:13:48 +0100 |
parents | 3e351e25f5d1 |
children | 6f8e3a08011e |
comparison
equal
deleted
inserted
replaced
96:25433449bcb5 | 97:dc349e4264bb |
---|---|
38 | 38 |
39 ; Defaults for RTC | 39 ; Defaults for RTC |
40 call disable_rs232 ; disable UART module | 40 call disable_rs232 ; disable UART module |
41 call RTCinit ; reset RTC | 41 call RTCinit ; reset RTC |
42 | 42 |
43 ; Extra power-up testing jDG jDG jDG jDG | 43 ; Extra power-up reset jDG jDG jDG jDG |
44 ifdef TESTING | 44 ifdef TESTING |
45 call test_menus | 45 call do_menu_reset_all2 |
46 endif | 46 endif |
47 ; DONE jDG jDG jDG jDG | 47 ; DONE jDG jDG jDG jDG |
48 | 48 |
49 ; Air pressure compensation after reset | 49 ; Air pressure compensation after reset |
50 call get_calibration_data ; Get calibration data from pressure sensor | 50 call get_calibration_data ; Get calibration data from pressure sensor |