mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-06-04 13:55:40 +08:00
VoltageOfAdc() -> DefaultVoltageOfAdc()
This commit is contained in:
@@ -121,8 +121,7 @@
|
|||||||
#define USE_AD1_7
|
#define USE_AD1_7
|
||||||
|
|
||||||
|
|
||||||
#ifndef VoltageOfAdc
|
#define DefaultVoltageOfAdc(adc) (0.01787109375*adc)
|
||||||
#define VoltageOfAdc(adc) (0.01787109375*adc)
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#endif /* CONFIG_TINY_H */
|
#endif /* CONFIG_TINY_H */
|
||||||
|
|||||||
Reference in New Issue
Block a user