based-on-stm32-taxi-meter/Bootloader/Core/Inc/myInit.h

21 lines
527 B
C
Raw Normal View History

2024-05-02 14:03:11 +08:00
/**
******************************************************************************
* @ : myInit.h
* @ : 13552
* @brief : None
* @ : None
* @ : 2024-04-26
******************************************************************************
*/
#ifndef BOOTLOADER_CORE_INC_MYINIT_H_
#define BOOTLOADER_CORE_INC_MYINIT_H_
#include "retarget.h"
#include "usart.h"
#include "ili9341.h"
void myInit();
#endif //BOOTLOADER_CORE_INC_MYINIT_H_