| 1 | #pragma once |
|---|---|
| 2 | #include <sch/climb.h> |
| 3 | #include <test/export.h> |
| 4 | |
| 5 | TEST_IMPORT(int32_t, climb_pressure_to_boost_target, climb_pressure_t p); |
| 6 |
| 1 | #pragma once |
|---|---|
| 2 | #include <sch/climb.h> |
| 3 | #include <test/export.h> |
| 4 | |
| 5 | TEST_IMPORT(int32_t, climb_pressure_to_boost_target, climb_pressure_t p); |
| 6 |