mirror of
https://github.com/markqvist/OpenModem.git
synced 2024-10-01 03:15:46 -04:00
Basic SD card functions
This commit is contained in:
parent
d1d0612874
commit
4eabe7c2bc
@ -45,7 +45,6 @@ void AFSK_dac_init(void) {
|
||||
_BV(WGM32);
|
||||
|
||||
ICR3 = DAC_TICKS_BETWEEN_SAMPLES;
|
||||
//OCR3A = DAC_TICKS_BETWEEN_SAMPLES;
|
||||
|
||||
TIMSK3 = _BV(ICIE3);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user