Changeset 7258c6a in buchla-68k for include/wdcurtb.h


Ignore:
Timestamp:
07/09/2017 04:45:34 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
8618599
Parents:
0292fbb
Message:

Use standard integer types.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/wdcurtb.h

    r0292fbb r7258c6a  
    66*/
    77
    8 short   wdcurtb[] = {
     8int16_t wdcurtb[] = {
    99
    1010        0x7FFF,         /*    0    64   1.00000000  1.00000000 */
     
    147147};
    148148
    149 short   wdcurct[8][2] = {
     149int16_t wdcurct[8][2] = {
    150150
    151151/*      { np, inc}         w */
Note: See TracChangeset for help on using the changeset viewer.