/* * BSD 2-Clause License * Copyright (c) 2022, LiteEMF * All rights reserved. * This software component is licensed by LiteEMF under BSD 2-Clause license, * the "License"; You may not use this file except in compliance with the * License. You may obtain a copy of the License at: * opensource.org/licenses/BSD-2-Clause */ /************************************************************************************************************ ** Description: ************************************************************************************************************/ #include "api/api_log.h" /****************************************************************************************************** ** Defined *******************************************************************************************************/ /****************************************************************************************************** ** public Parameters *******************************************************************************************************/ /****************************************************************************************************** ** static Parameters *******************************************************************************************************/ /***************************************************************************************************** ** static Function ******************************************************************************************************/ /***************************************************************************************************** ** Function ******************************************************************************************************/ /******************************************************************* ** Parameters: ** Returns: true: used hal dump, false: do not used hal dump ** Description: *******************************************************************/ bool hal_dump(void const *buf, uint16_t len) { UNUSED_PARAMETER(buf); UNUSED_PARAMETER(len); return false; }