Minor documentation improvements.
[pub/USBasp.git] / Projects / AVRISP-MKII / Lib / XPROG / XPROGProtocol.h
index 523fc15..870350f 100644 (file)
@@ -18,7 +18,7 @@
   advertising or publicity pertaining to distribution of the
   software without specific, written prior permission.
 
   advertising or publicity pertaining to distribution of the
   software without specific, written prior permission.
 
-  The author disclaim all warranties with regard to this
+  The author disclaims all warranties with regard to this
   software, including all implied warranties of merchantability
   and fitness.  In no event shall the author be liable for any
   special, indirect or consequential damages or any damages
   software, including all implied warranties of merchantability
   and fitness.  In no event shall the author be liable for any
   special, indirect or consequential damages or any damages
                #include "../V2Protocol.h"
                #include "XMEGANVM.h"
                #include "TINYNVM.h"
                #include "../V2Protocol.h"
                #include "XMEGANVM.h"
                #include "TINYNVM.h"
-
+               #include "Config/AppConfig.h"
+               
        /* Preprocessor Checks: */
                #if ((BOARD == BOARD_XPLAIN) || (BOARD == BOARD_XPLAIN_REV1))
                        /* On the XPLAIN board, we only need PDI programming
                           for the ATXMEGA128A1 - disable ISP to prevent hardware
        /* Preprocessor Checks: */
                #if ((BOARD == BOARD_XPLAIN) || (BOARD == BOARD_XPLAIN_REV1))
                        /* On the XPLAIN board, we only need PDI programming
                           for the ATXMEGA128A1 - disable ISP to prevent hardware
-                          damage.
+                          damage and force-enable XPROG.
                         */
                        #undef ENABLE_ISP_PROTOCOL
 
                         */
                        #undef ENABLE_ISP_PROTOCOL