Changeset f852615 in buchla-68k for ram/etadyn.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/etadyn.c

    reee74cd rf852615  
    4141        uint16_t fpmant, fpexp;
    4242        uint16_t oldsr;
    43         int16_t nop;
     43        volatile int16_t nop = 0;
    4444
    4545        grpdyn[grp] = dyn;
Note: See TracChangeset for help on using the changeset viewer.