DMA 5 instead of 14

This commit is contained in:
F5OEO 2016-08-27 15:00:52 +00:00
parent feb6f4cf3e
commit 177e7ef74a
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 14
#define DMA_CHANNEL_JESSIE 5
//#define DMA_CHANNEL_PWMFREQUENCY 5
char DMA_CHANNEL;