#ifndef detect_step_by_acc_h #define detect_step_by_acc_h #include "hal_mt.h" #include "app_flash.h" #include "main.h" void detect_step_by_acc(int16_t *acc); #endif