Changeset f852615 in buchla-68k for ram/lcdlbls.c


Ignore:
Timestamp:
11/15/2017 09:02:30 PM (6 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
e68b406
Parents:
eee74cd
Message:

Fixed no-op delays.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ram/lcdlbls.c

    reee74cd rf852615  
    16331633        int16_t val, oldi;
    16341634        uint16_t mult;
    1635         int16_t nop;
     1635        volatile int16_t nop = 0;
    16361636
    16371637        lastart[par] = ival;
     
    18191819        volatile uint16_t *fpu;
    18201820        int32_t trval, trmax;
    1821         int16_t nop;
     1821        volatile int16_t nop = 0;
    18221822
    18231823        trmax = PCHMAX;
Note: See TracChangeset for help on using the changeset viewer.