Files
microchip-application-pec93…/Drivers/PEC930/HAL_Lib/src/hal_comp.c
T

44 lines
1.5 KiB
C
Raw Normal View History

2026-02-03 11:37:13 +08:00
/**
* Copyright (c) 2024 Wei-Lun Hsu. All Rights Reserved.
*/
/** @file hal_vcmp.c
2026-02-03 11:37:13 +08:00
*
* @author Wei-Lun Hsu
* @version 0.1
* @date 2024/10/17
2026-02-03 11:37:13 +08:00
* @license
* @description
*/
#include "hal_device.h"
#if defined(CONFIG_ENABLE_HAL_COMP)
2026-02-03 11:37:13 +08:00
//=============================================================================
// Constant Definition
//=============================================================================
//=============================================================================
// Macro Definition
//=============================================================================
//=============================================================================
// Structure Definition
//=============================================================================
//=============================================================================
// Global Data Definition
//=============================================================================
//=============================================================================
// Private Function Definition
//=============================================================================
//=============================================================================
// Public Function Definition
//=============================================================================
#endif /* CONFIG_ENABLE_HAL_VCMP */