annotate src/rx_ops.inc @ 654:75e90cd0c2c3

hwOS sport 10.77 release
author heinrichsweikamp
date Thu, 14 Mar 2024 16:56:46 +0100
parents cd58f7fc86db
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents:
diff changeset
1 ;=============================================================================
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents:
diff changeset
2 ;
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 604
diff changeset
3 ; File rx_ops.inc combined next generation V3.0.1
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents:
diff changeset
4 ;
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents:
diff changeset
5 ;
654
75e90cd0c2c3 hwOS sport 10.77 release
heinrichsweikamp
parents: 628
diff changeset
6 ; Copyright (c) 2018, heinrichs weikamp gmbh, all right reserved.
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents:
diff changeset
7 ;=============================================================================
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents:
diff changeset
8
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 604
diff changeset
9 IFDEF _rx_functions
604
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents:
diff changeset
10 extern get_pressure_readings
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents:
diff changeset
11 extern get_pres_by_transmitter_id
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents:
diff changeset
12 extern get_transmitter_id_by_slot
ca4556fb60b9 bump to 2.99beta, work on 3.00 stable
heinrichsweikamp
parents:
diff changeset
13 extern configure_sac_calculation
628
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
14 ENDIF
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
15
cd58f7fc86db 3.05 stable work
heinrichsweikamp
parents: 623
diff changeset
16 IFDEF _rx_update
623
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 604
diff changeset
17 extern update_tr_module
c40025d8e750 3.03 beta released
heinrichsweikamp
parents: 604
diff changeset
18 ENDIF