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