aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/CodeTemplates/DriverStubs/Dataflash.h
diff options
context:
space:
mode:
Diffstat (limited to 'LUFA/CodeTemplates/DriverStubs/Dataflash.h')
-rw-r--r--LUFA/CodeTemplates/DriverStubs/Dataflash.h20
1 files changed, 11 insertions, 9 deletions
diff --git a/LUFA/CodeTemplates/DriverStubs/Dataflash.h b/LUFA/CodeTemplates/DriverStubs/Dataflash.h
index 9fcc25f9b..02a7acf59 100644
--- a/LUFA/CodeTemplates/DriverStubs/Dataflash.h
+++ b/LUFA/CodeTemplates/DriverStubs/Dataflash.h
@@ -28,15 +28,17 @@
this software.
*/
-/*
- This is a stub driver header file, for implementing custom board
- layout hardware with compatible LUFA board specific drivers. If
- the library is configured to use the BOARD_USER board mode, this
- driver file should be completed and copied into the "/Board/" folder
- inside the application's folder.
-
- This stub is for the board-specific component of the LUFA Dataflash
- driver.
+/** \file
+ * \brief LUFA Custom Board Dataflash Hardware Driver (Template)
+ *
+ * This is a stub driver header file, for implementing custom board
+ * layout hardware with compatible LUFA board specific drivers. If
+ * the library is configured to use the BOARD_USER board mode, this
+ * driver file should be completed and copied into the "/Board/" folder
+ * inside the application's folder.
+ *
+ * This stub is for the board-specific component of the LUFA Dataflash
+ * driver.
*/
#ifndef __DATAFLASH_USER_H__