Last change
on this file since a4bd34f was 7ecfb7b, checked in by Thomas Lopatic <thomas@…>, 7 years ago |
Unused variables and parameters.
|
-
Property mode
set to
100644
|
File size:
529 bytes
|
Line | |
---|
1 | /*
|
---|
2 | =============================================================================
|
---|
3 | sendval.c -- external declarations
|
---|
4 | =============================================================================
|
---|
5 | */
|
---|
6 |
|
---|
7 | #pragma once
|
---|
8 |
|
---|
9 | #include "stdint.h"
|
---|
10 |
|
---|
11 | /*
|
---|
12 | =============================================================================
|
---|
13 | external functions
|
---|
14 | =============================================================================
|
---|
15 | */
|
---|
16 |
|
---|
17 | extern void clearer(int16_t stat);
|
---|
18 | extern void sendval(int16_t voice, int16_t par, int16_t ival);
|
---|
Note:
See
TracBrowser
for help on using the repository browser.