No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

util.h 165B

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__