Commit de9cf8e01a92cebf53fd9405e6f184081d65075e
1 parent
5ddf572fd3
Exists in
master
ad9915.c & ad9915.h : suppression de la fonction checksize
Showing 2 changed files with 0 additions and 5 deletions Side-by-side Diff
include/ad9915.h
... | ... | @@ -47,7 +47,6 @@ |
47 | 47 | void modulusSetup(int fd, int f_dds); |
48 | 48 | void setFreqMM(int fd, int f_dds, unsigned int ftw, unsigned int A, unsigned int B); |
49 | 49 | void setAmpPhaseWord(int fd, int f_dds,unsigned int phaseAmpWord); |
50 | -void checkSize(void); | |
51 | 50 | int openAndSetDdsFreq( char * device, char * gpio_update, double f_clk, double f_out, uint16_t ampWord, uint16_t phaseWord); |
52 | 51 | int receiveParameterFromPythonServer(char * device, double f_clk, double f_out); |
53 | 52 | int setDdsFreqFull ( int fd, int f_dds, double f_clk, double f_out, uint16_t ampWord, uint16_t phaseWord); |
src/ad9915.c
... | ... | @@ -126,10 +126,6 @@ |
126 | 126 | sendIOUpdate(f_dds); |
127 | 127 | } |
128 | 128 | |
129 | -void checkSize(void) | |
130 | -{ | |
131 | - printf("int : %d\n",sizeof(unsigned int)); | |
132 | -} | |
133 | 129 | |
134 | 130 | int openAndSetDdsFreq( char * device, char * gpio_update, double f_clk, double f_out, uint16_t ampWord, uint16_t phaseWord) |
135 | 131 | { |