Commit 0e8c6c3b20539dda16ecaadf75b6686c6dd51b48
1 parent
2146e89f7c
Exists in
master
ad9915.c & .h : correction de syntaxes de fonction
Showing 1 changed file with 3 additions and 3 deletions Side-by-side Diff
include/ad9915.h
... | ... | @@ -54,9 +54,9 @@ |
54 | 54 | //------------ DRCTL |
55 | 55 | |
56 | 56 | void sendCtrlUp(int fp); |
57 | -void SendCtrlDown(int fp); | |
58 | -void SendHold(int fp); | |
59 | -void SendUnhold(int fp); | |
57 | +void sendCtrlDown(int fp); | |
58 | +void sendHold(int fp); | |
59 | +void sendUnhold(int fp); | |
60 | 60 | int testRampFreq(int fd, int f_dds, int fp); |
61 | 61 | |
62 | 62 | //-------Profile register mode |