Skip to content

Commit 0ceb79f

Browse files
author
Microchip Technology
committed
Updated the readme.md
1 parent c270f2a commit 0ceb79f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.main-meta/main.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@
3535
],
3636
"keywords":[
3737
"ADC",
38-
"Filter"
38+
"Filter",
39+
"Algorithm"
3940
]
4041
}
4142
}

dspic33e-adc-iir-filter/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ void initDma0(void);
2626
DMA channel 0 is configured in ping-pong mode to move the converted data from ADC to DMA RAM on every sample/convert sequence.
2727
It generates interrupt after every 256 sample transfer.
2828

29-
void __attribute__((__interrupt__)) _DMA0Interrupt(void);
29+
void \__attribute\__((\__interrupt\__)) _DMA0Interrupt(void);
3030
DMA interrupt service routine performs IIR filtering on the data buffer.
3131

3232

0 commit comments

Comments
 (0)