Fixed SerialStream driver not setting stdin to the created serial stream.
[pub/USBasp.git] / LUFA / Drivers / Board / XPLAIN / Dataflash.h
index de71f29..045d596 100644 (file)
 /** \ingroup Group_Dataflash\r
  *  @defgroup Group_Dataflash_XPLAIN XPLAIN\r
  *\r
+ *  Board specific Dataflash driver header for the XPLAIN.\r
+ *\r
+ *  \note This file should not be included directly. It is automatically included as needed by the dataflash driver\r
+ *        dispatch header located in LUFA/Drivers/Board/Dataflash.h.\r
+ *\r
  *  @{\r
  */\r
 \r
@@ -70,7 +75,7 @@
                        #define DATAFLASH_NO_CHIP                    DATAFLASH_CHIPCS_MASK\r
 \r
                        /** Mask for the first dataflash chip selected. */\r
-                       #define DATAFLASH_CHIP1                      (1 << 5)\r
+                       #define DATAFLASH_CHIP1                      0\r
 \r
                        #if (BOARD == BOARD_XPLAIN_REV1)\r
                                #define DATAFLASH_PAGE_SIZE              256\r