Mercurial > public > hwos_code
comparison src/hwos.inc @ 360:5f142cff43f6
hardware support
author | heinrichsweikamp |
---|---|
date | Mon, 03 Aug 2015 22:47:39 +0200 |
parents | 5c6da9fa5cb0 |
children | 631cbfea3757 |
comparison
equal
deleted
inserted
replaced
359:2be48ccfa9de | 360:5f142cff43f6 |
---|---|
413 | 413 |
414 #define leftbind cvt_flags,0 | 414 #define leftbind cvt_flags,0 |
415 #define ignore_digit3 cvt_flags,1 | 415 #define ignore_digit3 cvt_flags,1 |
416 #define ignore_digit4 cvt_flags,2 | 416 #define ignore_digit4 cvt_flags,2 |
417 #define ignore_digit5 cvt_flags,3 | 417 #define ignore_digit5 cvt_flags,3 |
418 #DEFINE enable_screen_dumps cvt_flags,4 ; =1: Ignore vin_usb, wait for "l" command (Screen dump) | 418 #DEFINE enable_screen_dumps cvt_flags,4 ; =1: Ignore vin_usb, wait for "l" command (Screen dump |
419 #DEFINE screen_type cvt_flags,5 ; =1: display1, =0; display0 | |
419 | 420 |
420 ;---- Misc. | 421 ;---- Misc. |
421 nofly_time res 2 ; No Fly time in Minutes (Calculated after Dive) | 422 nofly_time res 2 ; No Fly time in Minutes (Calculated after Dive) |
422 timeout_counter res 1 | 423 timeout_counter res 1 |
423 timeout_counter2 res 1 | 424 timeout_counter2 res 1 |