Mercurial > public > hwos_code
comparison src/rx_ops.inc @ 623:c40025d8e750
3.03 beta released
author | heinrichsweikamp |
---|---|
date | Mon, 03 Jun 2019 14:01:48 +0200 |
parents | ca4556fb60b9 |
children | cd58f7fc86db |
comparison
equal
deleted
inserted
replaced
622:02d1386429a6 | 623:c40025d8e750 |
---|---|
1 ;============================================================================= | 1 ;============================================================================= |
2 ; | 2 ; |
3 ; File rx_ops.inc V2.98c | 3 ; File rx_ops.inc combined next generation V3.0.1 |
4 ; | 4 ; |
5 ; | 5 ; |
6 ; Copyright (c) 2018, heinrichs weikamp, all right reserved. | 6 ; Copyright (c) 2018, heinrichs weikamp, all right reserved. |
7 ;============================================================================= | 7 ;============================================================================= |
8 | 8 |
9 IFDEF _rx_functions | |
9 extern get_pressure_readings | 10 extern get_pressure_readings |
10 extern get_pres_by_transmitter_id | 11 extern get_pres_by_transmitter_id |
11 extern get_transmitter_id_by_slot | 12 extern get_transmitter_id_by_slot |
12 extern configure_sac_calculation | 13 extern configure_sac_calculation |
14 extern update_tr_module | |
15 ENDIF |