Fix typos and outdated information.

This commit is contained in:
Dean Camera 2011-01-10 21:53:38 +00:00
parent 154f934b22
commit 187ccb2e15
5 changed files with 22 additions and 25 deletions

View file

@ -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)