mirror of
https://github.com/markqvist/OpenModem.git
synced 2025-06-08 06:42:40 -04:00
Basic SD card functions
This commit is contained in:
parent
d1d0612874
commit
4eabe7c2bc
1 changed files with 0 additions and 1 deletions
|
@ -45,7 +45,6 @@ void AFSK_dac_init(void) {
|
||||||
_BV(WGM32);
|
_BV(WGM32);
|
||||||
|
|
||||||
ICR3 = DAC_TICKS_BETWEEN_SAMPLES;
|
ICR3 = DAC_TICKS_BETWEEN_SAMPLES;
|
||||||
//OCR3A = DAC_TICKS_BETWEEN_SAMPLES;
|
|
||||||
|
|
||||||
TIMSK3 = _BV(ICIE3);
|
TIMSK3 = _BV(ICIE3);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue