36 lines
841 B
C
36 lines
841 B
C
|
/////////////////////////////////////////////////////////////
|
||
|
// File name : hal_product_config.h
|
||
|
// Module : product hal configs
|
||
|
// Author : SER
|
||
|
// Version : HAL interface version = AL_INTERFACE_VER
|
||
|
// Created on : AL_CONFIG_GENERATE_TIME
|
||
|
// Description :
|
||
|
// product hal configs:product=AL_PRODUCT_NAME
|
||
|
// Note :
|
||
|
// This file is generate by script automatically.
|
||
|
// do not modify by manual.
|
||
|
//////////////////////////////////////////////////////////////
|
||
|
|
||
|
|
||
|
|
||
|
#ifndef __HAL_PRODUCT_CONFIG_H__
|
||
|
#define __HAL_PRODUCT_CONFIG_H__
|
||
|
#include <stdint.h>
|
||
|
#ifdef __cplusplus
|
||
|
extern "C"
|
||
|
{
|
||
|
#endif /* __cplusplus */
|
||
|
|
||
|
|
||
|
#define GPIO_IRCUT_ENB ((uint32_t)(10))
|
||
|
#define GPIO_IRCUT_FBC ((uint32_t)(11))
|
||
|
#define GPIO_IRLED ((uint32_t)(13))
|
||
|
-e
|
||
|
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
}
|
||
|
#endif /* __cplusplus */
|
||
|
#endif
|
||
|
|