Changeset ad89950 in buchla-68k for vlib/vobjfns.x


Ignore:
Timestamp:
08/19/2017 09:59:43 AM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
53a8288
Parents:
c59409e
Message:

Volatile ISR variables.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vlib/vobjfns.x

    rc59409e rad89950  
    1515*/
    1616
    17 extern  uint16_t        vi_ctl;
    18 extern  int16_t         vi_dis;
    19 extern  int16_t         wsize;
     17extern  volatile uint16_t       vi_ctl;
     18extern  int16_t                 vi_dis;
     19extern  int16_t                 wsize;
    2020
    2121/*
Note: See TracChangeset for help on using the changeset viewer.