Mercurial > public > mk2
comparison code_part1/OSTC_code_asm_part1/menu_logbook.asm @ 416:3abf9d7dafae
diabling uart module when no USB is attached
author | heinrichsweikamp |
---|---|
date | Mon, 18 Jul 2011 09:44:25 +0200 |
parents | d022c62a1df5 |
children | a76c5a3e9e96 |
comparison
equal
deleted
inserted
replaced
415:d022c62a1df5 | 416:3abf9d7dafae |
---|---|
27 ; a detailed view with all informations and profile can be selected | 27 ; a detailed view with all informations and profile can be selected |
28 ; does not require a FAT, will work with other profile intervals as ten seconds, too | 28 ; does not require a FAT, will work with other profile intervals as ten seconds, too |
29 | 29 |
30 menu_logbook: | 30 menu_logbook: |
31 bcf return_from_profileview ; clear some flags | 31 bcf return_from_profileview ; clear some flags |
32 ;call enable_rs232 | |
33 menu_logbook1: | 32 menu_logbook1: |
34 bcf logbook_header_drawn | 33 bcf logbook_header_drawn |
35 call PLED_ClearScreen ; Clear screen | 34 call PLED_ClearScreen ; Clear screen |
36 bcf all_dives_shown ; clear some flags | 35 bcf all_dives_shown ; clear some flags |
37 bcf logbook_profile_view | 36 bcf logbook_profile_view |