LCD_QSPIBoot/asw/bootapp.h

39 lines
1022 B
C
Raw Normal View History

2025-05-21 15:35:29 +08:00
#ifndef __BOOTAPP_H__
#define __BOOTAPP_H__
/*******************************************************************************
* the includes
******************************************************************************/
#include "stm32l4xx_hal.h"
/*******************************************************************************
* the defines
******************************************************************************/
/*******************************************************************************
* the typedefs
******************************************************************************/
/*******************************************************************************
* the globals
******************************************************************************/
/*******************************************************************************
* the functions
******************************************************************************/
void WriteCRCInfo(uint32_t len, uint32_t crc);
#endif