From 0e02bf0485bf1ec9b9f9e4da486af9620db392ae Mon Sep 17 00:00:00 2001 From: Kevin Mann Date: Sat, 9 Feb 2019 15:12:02 -0600 Subject: [PATCH] Fix misspelling --- JamboxSequencer.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JamboxSequencer.ino b/JamboxSequencer.ino index 958fdf7..2852c9b 100644 --- a/JamboxSequencer.ino +++ b/JamboxSequencer.ino @@ -80,7 +80,7 @@ static const i2s_config_t I2S_CONFIG = { // Sets the sample rate. .sample_rate = SAMPLE_RATE_HZ, - // Sets the sampel rate, two channels of 16 bits each. + // Sets the sample rate, two channels of 16 bits each. .bits_per_sample = (i2s_bits_per_sample_t) 16, .channel_format = I2S_CHANNEL_FMT_RIGHT_LEFT,