aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/StudioIntegration
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2013-12-20 20:36:19 +1100
committerDean Camera <dean@fourwalledcubicle.com>2013-12-20 20:36:19 +1100
commit31022dfbe9ba7f10e9be5be85e16d2ee203d40df (patch)
treeee5e547b3b4c18c20daf5a6c6edbdf3580d5089d /LUFA/StudioIntegration
parent1cd0f66347cf8b07dfc2e8d43ac3bdd6b6ed5aed (diff)
downloadlufa-31022dfbe9ba7f10e9be5be85e16d2ee203d40df.tar.gz
lufa-31022dfbe9ba7f10e9be5be85e16d2ee203d40df.tar.bz2
lufa-31022dfbe9ba7f10e9be5be85e16d2ee203d40df.zip
Fix incorrect Dataflash header file included for the STK525 inside Atmel Studio.
Diffstat (limited to 'LUFA/StudioIntegration')
-rw-r--r--LUFA/StudioIntegration/lufa_drivers_board_names.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/LUFA/StudioIntegration/lufa_drivers_board_names.xml b/LUFA/StudioIntegration/lufa_drivers_board_names.xml
index 7499b2eeb..949ca5711 100644
--- a/LUFA/StudioIntegration/lufa_drivers_board_names.xml
+++ b/LUFA/StudioIntegration/lufa_drivers_board_names.xml
@@ -447,7 +447,7 @@
<device-support value="at90usb646"/>
<build type="define" name="BOARD" value="BOARD_STK525"/>
- <require idref="lufa.drivers.misc.at45db642d"/>
+ <require idref="lufa.drivers.misc.at45db321c"/>
<require idref="lufa.drivers.peripheral.spi"/>
<require idref="lufa.drivers.board.buttons"/>
<require idref="lufa.drivers.board.dataflash"/>