//***************************************************************************** // (C) Automotive Lighting China // // Automotive Lighting Reutlingen GmbH owns all the rights to this work. // This work shall not be copied, reproduced, used, modified, transferred // or its information shall not be disclosed without the prior written // authorization of Automotive Lighting China. //***************************************************************************** // ---------------------------------------------------------------------------- /// \file DummyLoad.h /// /// \author f24301c [mailto:walker.lv@marelli.com] /// /// \date 05.27.2024 /// /// \brief test uart pdu /// // ---------------------------------------------------------------------------- #ifndef _CDD_UART_ENG_DUMMYLOAD_H_ #define _CDD_UART_ENG_DUMMYLOAD_H_ //============================================================================= // Includes //============================================================================= #include //============================================================================= // Defines and Typedef //============================================================================= //----------------------------------------------------------------------------- // Start declaration or definitions of functions //----------------------------------------------------------------------------- #if (UEE_STANDALONE_TEST == STD_ON) extern void AddTestPeroidPdu(void); extern void AddTestRunOncePdu(void); #endif //----------------------------------------------------------------------------- // End declaration or definitions of functions //----------------------------------------------------------------------------- #endif // _CDD_UART_ENG_DUMMYLOAD_H_