mirror of
https://github.com/markqvist/OpenModem.git
synced 2025-05-16 13:22:29 -04:00
Moved to 20MHz clock, 2400 baud implemented
This commit is contained in:
parent
874689c602
commit
43724186c9
7 changed files with 48 additions and 36 deletions
|
@ -2,7 +2,6 @@
|
|||
#define UTIL_TIME_H
|
||||
|
||||
#include <util/atomic.h>
|
||||
#include "device.h"
|
||||
|
||||
#define DIV_ROUND(dividend, divisor) (((dividend) + (divisor) / 2) / (divisor))
|
||||
#define CLOCK_TICKS_PER_SEC CONFIG_SAMPLERATE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue