Mercurial > public > mk2
comparison code_part1/OSTC_code_asm_part1/definitions.asm @ 297:ceedf078b2d8
Gas Setup page 2 reworked, Texts 107, 108, 109,150, 149, 168, 42, 43, 53,54,55, 165 need update in french, spanish and german
author | Heinrichsweikamp |
---|---|
date | Fri, 29 Apr 2011 20:17:32 +0200 |
parents | 4dbff2aa31ee |
children | 9c39cedb662b |
comparison
equal
deleted
inserted
replaced
296:2986e7cdb68c | 297:ceedf078b2d8 |
---|---|
462 #DEFINE rs232_recieve_overflow flag8,7 ;=1: An RS232 timeout overflow occoured | 462 #DEFINE rs232_recieve_overflow flag8,7 ;=1: An RS232 timeout overflow occoured |
463 | 463 |
464 #DEFINE nofly_active flag9,0 ;=1: Do not fly! | 464 #DEFINE nofly_active flag9,0 ;=1: Do not fly! |
465 #DEFINE ppO2_display_active flag9,1 ;=1: ppO2 value is displayed | 465 #DEFINE ppO2_display_active flag9,1 ;=1: ppO2 value is displayed |
466 #DEFINE ppO2_show_value flag9,2 ;=1: show ppO2 value! | 466 #DEFINE ppO2_show_value flag9,2 ;=1: show ppO2 value! |
467 #DEFINE show_startup_screen flag9,3 ;=1: Show startup screen with MD2 hash | 467 #DEFINE uart_reset_battery_stats flag9,3 ;=1: Reset the battery statistics (UART String FFF) |
468 #DEFINE ignore_digit3 flag9,4 ;=1: ignores digits 3-5 in valconv | 468 #DEFINE ignore_digit3 flag9,4 ;=1: ignores digits 3-5 in valconv |
469 #DEFINE ppO2_warn_value flag9,5 ;=1: warn about ppO2! | 469 #DEFINE ppO2_warn_value flag9,5 ;=1: warn about ppO2! |
470 #DEFINE output_to_postinc_only flag9,6 ;=1: Do not call wordprocessor in output | 470 #DEFINE output_to_postinc_only flag9,6 ;=1: Do not call wordprocessor in output |
471 #DEFINE uart_send_hash flag9,7 ;=1: Send the MD2 hash via UART | 471 #DEFINE uart_send_hash flag9,7 ;=1: Send the MD2 hash via UART |
472 | 472 |