Changeset f537c48 in buchla-68k for ram/etiosc.c
- Timestamp:
- 11/12/2017 03:48:02 PM (7 years ago)
- 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)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ram/etiosc.c
r5c977dd rf537c48 75 75 cv -= 160; 76 76 buf[0] = (int8_t)(cv / 1200); 77 rem = (int8_t)(cv - (buf[0] * 1200));77 rem = cv - (buf[0] * 1200); 78 78 tmp = rem / 100; 79 79 rem -= (tmp * 100);
Note:
See TracChangeset
for help on using the changeset viewer.