Skip to content

Fix rd53bReadRingosc to be compatible with module QC

Kehang Bai requested to merge change_readRingosc_forQC into master

The following changes are made:

  • remove all loggers
  • change output format of rosc values such that every value is separated by a space, not \n
for(int i=0; i<42; i++) {std::cout << RingValuesFreq[i] << " ";}
std::cout << std::endl;

Tagging @theim

Merge request reports