Commit 9d061113 authored by Johann Fischer's avatar Johann Fischer Committed by Johan Hedberg
Browse files

Revert "drivers: counter: sam_tc: Big fix for alarm 1"



This reverts commit 8f5daca5.
The CI is failing on sam4l_wm400_cape after this commit.

Signed-off-by: default avatarJohann Fischer <johann.fischer@nordicsemi.no>
parent 0f66e9c6
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -356,7 +356,6 @@ static DEVICE_API(counter, counter_sam_driver_api) = {

#define COUNTER_SAM_TC_CMR(n)	\
		 (TC_CMR_TCCLKS(DT_INST_PROP_OR(n, clk, 0)) \
		| TC_CMR_WAVEFORM_EEVT_XC0 \
		| TC_CMR_WAVEFORM_WAVSEL_UP_RC \
		| TC_CMR_WAVE)