From 187ccb2e15bb4ad0e277da56b04fc2ffb3865d08 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Mon, 10 Jan 2011 21:53:38 +0000 Subject: Fix typos and outdated information. --- LUFA/Drivers/Board/Dataflash.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'LUFA') diff --git a/LUFA/Drivers/Board/Dataflash.h b/LUFA/Drivers/Board/Dataflash.h index 27be323ef..69ffdcb82 100644 --- a/LUFA/Drivers/Board/Dataflash.h +++ b/LUFA/Drivers/Board/Dataflash.h @@ -234,7 +234,7 @@ /* Includes: */ #if (BOARD == BOARD_NONE) - #error The Board Buttons driver cannot be used if the makefile BOARD option is not set. + #error The Board Dataflash driver cannot be used if the makefile BOARD option is not set. #elif (BOARD == BOARD_USBKEY) #include "USBKEY/Dataflash.h" #elif (BOARD == BOARD_STK525) -- cgit v1.2.3