mirror of
https://github.com/halleysfifthinc/AVCLAN-Mockingboard.git
synced 2026-08-06 17:03:17 +00:00
Adjust for difference between GNU avr-libc IO headers and Atmel IO headers
This commit is contained in:
+1
-1
@@ -224,7 +224,7 @@ void set_AVC_logic_for(uint8_t val, uint16_t period) {
|
||||
AVC_SET_LOGICAL_0();
|
||||
}
|
||||
TCB1.CCMP = period;
|
||||
EVSYS.ASYNCSTROBE = EVSYS_ASYNCCH00_bm;
|
||||
EVSYS.ASYNCSTROBE = EVSYS_ASYNCCH0_0_bm;
|
||||
loop_until_bit_is_set(TCB1_INTFLAGS, 0);
|
||||
TCB1_INTFLAGS = 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user