Rom_check.h 119 B

12345678910111213141516171819
  1. #ifndef __ROM_CHECK_H_
  2. #define __ROM_CHECK_H_
  3. #include "stm32f1xx_hal.h"
  4. uint8_t RomCheck(void);
  5. #endif