| 60 | } |
| 61 | |
| 62 | void AP_Stats::init() |
| 63 | { |
| 64 | params.bootcount.set_and_save(params.bootcount+1); |
| 65 | |
| 66 | // initialise our variables from parameters: |
| 67 | copy_variables_from_parameters(); |
| 68 | } |
| 69 | |
| 70 | |
| 71 | void AP_Stats::flush() |
nothing calls this directly
no test coverage detected