Changeset f537c48 in buchla-68k for ram/etiosc.c


Ignore:
Timestamp:
11/12/2017 03:48:02 PM (6 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
6f49665
Parents:
5c977dd
git-author:
Thomas Lopatic <thomas@…> (11/12/2017 03:47:58 PM)
git-committer:
Thomas Lopatic <thomas@…> (11/12/2017 03:48:02 PM)
Message:

Cleanup.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ram/etiosc.c

    r5c977dd rf537c48  
    7575        cv -= 160;
    7676        buf[0] = (int8_t)(cv / 1200);
    77         rem = (int8_t)(cv - (buf[0] * 1200));
     77        rem = cv - (buf[0] * 1200);
    7878        tmp = rem / 100;
    7979        rem -= (tmp * 100);
Note: See TracChangeset for help on using the changeset viewer.