Changeset 6dd74a9 in buchla-68k for ram/im700.c


Ignore:
Timestamp:
07/09/2017 12:57:58 AM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
599d89b
Parents:
60288f5
Message:

Fixed array pointer.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ram/im700.c

    r60288f5 r6dd74a9  
    922922        sliders = LS_PRMTR;     /* setup the LCD display pots and switches */
    923923        oldsl   = sliders;      /* ... */
    924         swpt    = t_prmtr;      /* ... */
     924        swpt    = &t_prmtr;     /* ... */
    925925        oldsw   = swpt;         /* ... */
    926926        setleds();              /* set performance keyboard leds */
Note: See TracChangeset for help on using the changeset viewer.