Play dead actually works, fixed 7bit AFSK, AFSK repeat, started whistle mode

This commit is contained in:
furrtek 2015-09-10 20:36:39 +02:00
parent 07754727ed
commit 9a7657fb38
22 changed files with 447 additions and 128 deletions

View file

@ -33,6 +33,10 @@ void m4txevent_interrupt_enable() {
nvicEnableVector(M4CORE_IRQn, CORTEX_PRIORITY_MASK(LPC43XX_M4TXEVENT_IRQ_PRIORITY));
}
void m4txevent_interrupt_disable() {
nvicDisableVector(M4CORE_IRQn);
}
extern "C" {
CH_IRQ_HANDLER(M4Core_IRQHandler) {