Update lfsampling.c

Set default for samples to skip
This commit is contained in:
mwalker33 2019-09-29 11:10:07 +10:00
commit c7b3620754

View file

@ -24,7 +24,7 @@ Default LF config is set to:
divisor = 95 (125kHz) divisor = 95 (125kHz)
trigger_threshold = 0 trigger_threshold = 0
*/ */
sample_config config = { 1, 8, 1, 95, 0 } ; sample_config config = { 1, 8, 1, 95, 0, 0 } ;
void printConfig() { void printConfig() {
DbpString(_BLUE_("LF Sampling config")); DbpString(_BLUE_("LF Sampling config"));