Basic SD card functions

This commit is contained in:
Mark Qvist 2019-01-27 20:26:32 +01:00
parent d1d0612874
commit 4eabe7c2bc

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);