USBaspLoader ninth and a half stable release v0.95
[pub/USBaspLoader.git] / firmware / spminterface.h
index 7a7e545..8026aca 100644 (file)
@@ -4,7 +4,7 @@
  * Creation Date: 2012-08-01
  * Copyright: (c) 2012 by Stephan Baerwolf
  * License: GNU GPL v2 (see License.txt)
- * Version: 0.9
+ * Version: 0.95
  */
 
 #ifndef SPMINTERFACE_H_f70ba6adf7624275947e859bdbff0599
@@ -137,6 +137,10 @@ ret
 #endif
 
 
+#ifndef SPMEN
+#define SPMEN SELFPRGEN
+#endif
+
 /*
  * Call the "bootloader__do_spm"-function, located within the BLS via comfortable C-interface
  * During operation code will block - disable or reset watchdog before call.