diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2009-12-03 09:19:09 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2009-12-03 09:19:09 +0000 |
commit | f338ddcb875d8486af348609db8e38b2791d3e26 (patch) | |
tree | 79d7fa73ede9c47a28e6c9efc98a5b6dee6de5ed /Projects/AVRISP/Lib/PDIProtocol.c | |
parent | 258a6a01777afadbf6913246f12a7106b421b795 (diff) | |
download | lufa-f338ddcb875d8486af348609db8e38b2791d3e26.tar.gz lufa-f338ddcb875d8486af348609db8e38b2791d3e26.tar.bz2 lufa-f338ddcb875d8486af348609db8e38b2791d3e26.zip |
Make sure the protocol handler files are included in the Doxygen documentation of the AVRISP project.
Diffstat (limited to 'Projects/AVRISP/Lib/PDIProtocol.c')
-rw-r--r-- | Projects/AVRISP/Lib/PDIProtocol.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Projects/AVRISP/Lib/PDIProtocol.c b/Projects/AVRISP/Lib/PDIProtocol.c index 3e16407ce..93634a022 100644 --- a/Projects/AVRISP/Lib/PDIProtocol.c +++ b/Projects/AVRISP/Lib/PDIProtocol.c @@ -28,7 +28,7 @@ this software.
*/
-#if defined(ENABLE_PDI_PROTOCOL)
+#if defined(ENABLE_PDI_PROTOCOL) || defined(__DOXYGEN__)
#warning PDI Programming Protocol support is incomplete and not currently suitable for use.
|