NRF driver now built into GoodFET41 by default.
authortravisutk <travisutk@12e2690d-a6be-4b82-a7b7-67c4a43b65c8>
Tue, 27 Mar 2012 16:32:15 +0000 (16:32 +0000)
committertravisutk <travisutk@12e2690d-a6be-4b82-a7b7-67c4a43b65c8>
Tue, 27 Mar 2012 16:32:15 +0000 (16:32 +0000)
git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@1106 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

firmware/config.mk

index e1e9d1c..1774336 100644 (file)
@@ -25,6 +25,7 @@ endif
 ifneq (,$(findstring $(board),goodfet40 goodfet41))
 mcu ?= msp430f2618
 platform := goodfet
+CONFIG_nrf = y
 endif
 
 ifneq (,$(findstring $(board),goodfet24))