Changeset 8c8b4e5 in buchla-68k for ram/etiwsn.c


Ignore:
Timestamp:
09/17/2017 05:01:10 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
432327d
Parents:
5c4721b
Message:

More volatile hardware accesses.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ram/etiwsn.c

    r5c4721b r8c8b4e5  
    3535int16_t ef_iwsn(int16_t nn)
    3636{
    37         register int16_t i, tmpval, m;
    38         register int16_t *fpuws;
     37        int16_t i, tmpval, m;
     38        volatile uint16_t *fpuws;
    3939
    4040        m = nn >> 8;
Note: See TracChangeset for help on using the changeset viewer.