Changeset 663


Ignore:
Timestamp:
01/02/09 13:25:35 (4 years ago)
Author:
phyrephox
Message:

sx100 - fixing bug regarding wheel_right command in ubasic - https://chdk.kernreaktor.org/mantis/view.php?id=171

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/ubasic/ubasic.c

    r607 r663  
    19171917static void wheel_right_statement(void){ 
    19181918  accept(TOKENIZER_WHEEL_RIGHT); 
    1919 #ifdef CAM_HAS_JOGIDAL 
     1919#ifdef CAM_HAS_JOGDIAL 
    19201920  JogDial_CW(); 
    19211921#endif 
Note: See TracChangeset for help on using the changeset viewer.