Changeset ad89950 in buchla-68k for include/hwdefs.h


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
  • include/hwdefs.h

    rc59409e rad89950  
    5656/* stuff in the depths of the bios */
    5757
    58 extern  int16_t         fc_sw;
    59 extern  int32_t         fc_val;
     58extern  volatile int16_t        fc_sw;
     59extern  volatile int32_t        fc_val;
Note: See TracChangeset for help on using the changeset viewer.