changed condition in fd.c to check for MCU instead of checking for the board
This commit is contained in:
parent
690c4564f2
commit
caf1433389
@ -17,7 +17,7 @@
|
||||
|
||||
#include "fd.h"
|
||||
|
||||
#if BOARD == MSB-430
|
||||
#ifdef CPU_MSP430
|
||||
#define FD_MAX 5
|
||||
#else
|
||||
#define FD_MAX 15
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user