Change to DMA 14

This commit is contained in:
F5OEO 2016-08-27 13:29:30 +00:00
parent 5e6ab3dc4a
commit 10bef28674
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ struct {
// USE CHANNEL 4 AND 5 which seems to be free
// On Jessie, channel 4 and 5 seems to crash : set to DMA 8 .
#define DMA_CHANNEL_WHEEZY 14
#define DMA_CHANNEL_JESSIE 8
#define DMA_CHANNEL_JESSIE 14
//#define DMA_CHANNEL_PWMFREQUENCY 5
char DMA_CHANNEL;