Basic SD card functions

This commit is contained in:
Mark Qvist 2019-01-27 20:26:32 +01:00
parent d1d0612874
commit 4eabe7c2bc
1 changed files with 0 additions and 1 deletions

View File

@ -45,7 +45,6 @@ void AFSK_dac_init(void) {
_BV(WGM32);
ICR3 = DAC_TICKS_BETWEEN_SAMPLES;
//OCR3A = DAC_TICKS_BETWEEN_SAMPLES;
TIMSK3 = _BV(ICIE3);