projects
/
bertos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d2e54a5
)
Add missing stubs.
author
batt
<batt@38d2e660-2303-0410-9eaa-f027e97ec537>
Thu, 1 Oct 2009 19:01:29 +0000
(19:01 +0000)
committer
batt
<batt@38d2e660-2303-0410-9eaa-f027e97ec537>
Thu, 1 Oct 2009 19:01:29 +0000
(19:01 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2999
38d2e660
-2303-0410-9eaa-
f027e97ec537
bertos/hw/hw_afsk.h
patch
|
blob
|
history
diff --git
a/bertos/hw/hw_afsk.h
b/bertos/hw/hw_afsk.h
index b9bacf2c2175afdaec3c43e2a98909c1a0c5d5a6..05726b549fbc168b1d9c8cbcbda9d7c578cab6dc 100644
(file)
--- a/
bertos/hw/hw_afsk.h
+++ b/
bertos/hw/hw_afsk.h
@@
-77,10
+77,12
@@
void afsk_adc_isr(void);
#define DEFINE_AFSK_ADC_ISR() void afsk_adc_isr(void)
+ #define AFSK_ADC_IRQ_END() do { /* Implement me */ } while (0)
#define AFSK_READ_ADC() (afsk_adc_val)
#define DEFINE_AFSK_DAC_ISR() void afsk_dac_isr(void)
+ #define AFSK_DAC_IRQ_END() do { /* Implement me */ } while (0)
#define AFSK_DAC_IRQ_START() do { afsk_tx_test = true; } while (0)
#define AFSK_DAC_IRQ_STOP() do { afsk_tx_test = false; } while (0)
#define AFSK_SET_DAC(_val) \