config.hpp 160 B

1234567
  1. #ifndef _CONFIG_HPP_
  2. #define _CONFIG_HPP_
  3. extern double conf_aggr_ts, conf_aggr_tav;
  4. extern bool conf_debug_dump_flight_data, conf_debug_dump_adc_raw;
  5. #endif