Changeset 1420
- Timestamp:
- 11/21/11 08:13:36 (18 months ago)
- Location:
- trunk/platform/ixus310_elph500hs
- Files:
-
- 3 edited
-
kbd.c (modified) (3 diffs)
-
sub/100a/capt_seq.c (modified) (1 diff)
-
sub/101a/capt_seq.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/platform/ixus310_elph500hs/kbd.c
r1390 r1420 533 533 534 534 asm volatile ("STMFD SP!, {R0-R11,LR}\n"); // store R0-R11 and LR in stack 535 debug_led(1);535 //debug_led(1); 536 536 tick = get_tick_count(); 537 537 tick2 = tick; … … 566 566 } 567 567 else{ 568 if((int)get_tick_count()-tick2>1000) { debug_led(0);}568 if((int)get_tick_count()-tick2>1000) {/*debug_led(0);*/} 569 569 } 570 570 } … … 637 637 } 638 638 639 debug_led(0);639 //debug_led(0); 640 640 asm volatile ("LDMFD SP!, {R0-R11,LR}\n"); // restore R0-R11 and LR from stack 641 641 } -
trunk/platform/ixus310_elph500hs/sub/100a/capt_seq.c
r1339 r1420 102 102 // jump table entry 1 103 103 "loc_FF075010: \n" 104 105 " BL wait_until_remote_button_is_released\n" // +++ 106 " BL capt_seq_hook_set_nr\n" // +++ 107 104 108 " LDR R8, [R0,#0xC] \n" 105 109 " MOV R0, R8 \n" 106 107 110 " BL sub_FF184DA8 \n" 108 111 -
trunk/platform/ixus310_elph500hs/sub/101a/capt_seq.c
r1339 r1420 102 102 // jump table entry 1 103 103 "loc_FF075010: \n" 104 105 " BL wait_until_remote_button_is_released\n" // +++ 106 " BL capt_seq_hook_set_nr\n" // +++ 107 104 108 " LDR R8, [R0,#0xC] \n" 105 109 " MOV R0, R8 \n" 106 107 110 " BL sub_FF184DA8 \n" 108 111
Note: See TracChangeset
for help on using the changeset viewer.