Skip to content

Commit d9ff08d

Browse files
committed
0.9.6
1 parent 9d0ee2f commit d9ff08d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MultiUART.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
#define MULTIUART_CTC_TOP (F_CPU / MULTIUART_BASEFREQ - MULTIUART_BASEFREQ_ARIGN)
4242
#endif
4343

44-
#if MULTIUART_CTC_TOP < 250
44+
#if MULTIUART_CTC_TOP < 200
4545
#error MULTIUART_BASEFREQ is under run, bad configuration from MultiUART
4646
#endif
4747

0 commit comments

Comments
 (0)