1
0
mirror of https://github.com/kalymos/PsNee.git synced 2026-02-28 17:20:42 +00:00

fix MUC.h by removing accidentally passted comments in french (#64)

This commit is contained in:
Roman Haefeli
2025-02-12 10:17:42 +01:00
committed by GitHub
parent 0d501cdd49
commit 45dd992bcb

View File

@@ -340,7 +340,7 @@
#define PIN_SUBQ_READ (PINB & (1<<PINB1))
#define PIN_WFCK_READ (PINB & (1<<PINB4))
#defintu conais les attiny 414e TIMER_INTERRUPT_ENABLE TIMSK |= (1<<OCIE0A)
#define TIMER_INTERRUPT_ENABLE TIMSK |= (1<<OCIE0A)
#define TIMER_INTERRUPT_DISABLE TIMSK &= ~(1<<OCIE0A)
#if !defined(SCPH_xxx1) && !defined(SCPH_xxx2) && !defined(SCPH_103)
@@ -639,4 +639,4 @@
#endif
#endif
#endif