diff src/rx_firmware.asm @ 628:cd58f7fc86db

3.05 stable work
author heinrichsweikamp
date Thu, 19 Sep 2019 12:01:29 +0200
parents c40025d8e750
children 4050675965ea
line wrap: on
line diff
--- a/src/rx_firmware.asm	Sun Jun 30 23:22:32 2019 +0200
+++ b/src/rx_firmware.asm	Thu Sep 19 12:01:29 2019 +0200
@@ -1,6 +1,6 @@
 ;=============================================================================
 ;
-;   File rx_firmware.asm                      combined next generation V3.03.4
+;   File rx_firmware.asm                      combined next generation V3.03.5
 ;
 ;   Firmware for the RX Co-Processor
 ;
@@ -15,14 +15,15 @@
 
 ;-----------------------------------------------------------------------------
 
- IFDEF _rx_functions
+ IFDEF _rx_update
 
 	global	rx_firmware_storage
 rx_firmware_storage:
 
 ;#include	"rx_firmware-1-33.inc"
 ;#include	"rx_firmware-1-37.inc"
-#include	"rx_firmware-1-38.inc"
+;#include	"rx_firmware-1-38.inc"
+#include	"rx_firmware-1-39.inc"
 
 
 	global	rx_firmware_new_major
@@ -33,6 +34,6 @@
 	retlw	rx_firmware_minor			; defined in firmware include file
 
 
- ENDIF	; _rx_functions
+ ENDIF	; _rx_update
 
 	END