Changeset 432327d in buchla-68k for ram/asgdsp.x


Ignore:
Timestamp:
09/17/2017 09:27:29 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
6099cac
Parents:
8c8b4e5
Message:

Fix conversion warnings.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ram/asgdsp.x

    r8c8b4e5 r432327d  
    4343extern  void            inital(void);
    4444extern  void            initat(int16_t n);
    45 extern  void            keycpyw(volatile uint16_t *dest, volatile uint16_t *src, int16_t len, uint16_t wk, uint16_t bk);
     45extern  void            keycpyw(volatile uint16_t *dest, volatile uint16_t *src, int16_t len, int16_t wk, int16_t bk);
    4646extern  int8_t          *numblk(int8_t *buf, int16_t n);
    4747extern  void            putasg(int16_t n);
Note: See TracChangeset for help on using the changeset viewer.