Changeset 2340de6 in buchla-68k for misc/proto.x


Ignore:
Timestamp:
07/10/2017 09:06:56 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
4aa78b2
Parents:
526a993
Message:

Keep macros in external declarations.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • misc/proto.x

    r526a993 r2340de6  
    1111#include "slice.h"
    1212#include "stdint.h"
     13#include "timers.h"
    1314#include "vsdd.h"
    1415
     
    4243extern  void            (*pulse1)(void);
    4344extern  void            (*pulse2)(void);
    44 extern  int16_t         timers[8];
     45extern  int16_t         timers[NTIMERS];
    4546extern  int32_t         uldivr;
    4647extern  uint16_t        vi_sadr;
Note: See TracChangeset for help on using the changeset viewer.