Skip to content

Commit a40a424

Browse files
authored
Merge pull request #306 from sensorium/fix/AR_65536
Fixed typo in config check
2 parents e2d667c + 7d7c637 commit a40a424

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/config_checks_generic.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ MOZZI_CHECK_SUPPORTED(MOZZI_ANALOG_READ, MOZZI_ANALOG_READ_NONE, MOZZI_ANALOG_RE
175175
#elif MOZZI_AUDIO_RATE == 32768
176176
#define AUDIO_RATE_AS_LSHIFT 15
177177
#define MICROS_PER_AUDIO_TICK 31 // = 1000000 / 32768 = 30.518, ...* 256 = 7812.6
178-
#elif MOZZI_AUDIO_RATE == 65336
178+
#elif MOZZI_AUDIO_RATE == 65536
179179
#define AUDIO_RATE_AS_LSHIFT 16
180180
#define MICROS_PER_AUDIO_TICK 15
181181
#else

0 commit comments

Comments
 (0)