Open EU1KY opened 9 years ago
si5351_set_pll() does not free allocated buffer. BTW, why malloc's are used? Create 30-byte buffer on the stack and avoid all problems.
Only need 8-byte buffers :-)
Thanks, I will fix this once I've completed my work on the Arduino library and can focus on this code again.
si5351_set_pll() does not free allocated buffer. BTW, why malloc's are used? Create 30-byte buffer on the stack and avoid all problems.