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


Ignore:
Timestamp:
07/09/2017 11:09:17 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
f7428b1
Parents:
411371e
Message:

Make tables unsigned.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ram/im700.c

    r411371e rc3aee8a  
    521521*/
    522522
    523 int16_t tmultab[] = {           /* time multiplier table - indexed by voltage */
     523uint16_t        tmultab[] = {           /* time multiplier table - indexed by voltage */
    524524
    525525        0xFFFF, 0xFAFA, 0xF627, 0xF182, 0xED09,         /*   0 */
Note: See TracChangeset for help on using the changeset viewer.