changed condition in fd.c to check for MCU instead of checking for the board

This commit is contained in:
Oleg Hahm 2014-01-20 14:05:21 +01:00
parent 690c4564f2
commit caf1433389

View File

@ -17,7 +17,7 @@
#include "fd.h" #include "fd.h"
#if BOARD == MSB-430 #ifdef CPU_MSP430
#define FD_MAX 5 #define FD_MAX 5
#else #else
#define FD_MAX 15 #define FD_MAX 15