暂无描述
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

12345678910111213
  1. /*
  2. * util.h
  3. */
  4. #ifndef __UTIL_H__
  5. #define __UTIL_H__
  6. void heartbeat_init(void);
  7. void heartbeat_run(void);
  8. void reset_to_bootloader(void);
  9. #endif // __UTIL_H__