LCD_ExternApp/ASW/projcfg.h

37 lines
1.0 KiB
C
Raw Permalink Normal View History

2025-05-26 10:35:10 +08:00
#ifndef __PROJCFG_H__
#define __PROJCFG_H__
/*******************************************************************************
* the includes
******************************************************************************/
#include "stm32l4xx_hal.h"
/*******************************************************************************
* the defines
******************************************************************************/
/*******************************************************************************
* the typedefs
******************************************************************************/
/*******************************************************************************
* the globals
******************************************************************************/
/*******************************************************************************
* the functions
******************************************************************************/
void setBootFlag(void);
void projcfg_init(void);
void setHardFaultData(uint32_t data);
#endif