Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

QA to Test files #27

Merged
merged 1 commit into from
May 31, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 0 additions & 30 deletions firmware/Sources/Test/test.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,6 @@
* @file : test.c
* @brief : Implementation of testing file
**********************************************************************************
* @attention
* Research Laboratory in Fluid Dynamics and Combustion Technologies (LIFTEC)
* Spanish National Research Council (CSIC)
* c/ María de Luna 10, 50018 Zaragoza, Spain
*
* All rights reserved. Distribution or duplication without previous
* written agreement of the owner prohibited.
***********************************************************************************/

/**********************************************************************************/
/* Include common and project definition header */
Expand Down Expand Up @@ -69,28 +61,6 @@
/**********************************************************************************/
/* Definition of local variables */
/**********************************************************************************/
#ifdef EPC_CONF_PWM_ENABLED
#endif

#ifdef EPC_CONF_ADC_DMA_ENABLED
#endif

#ifdef EPC_CONF_I2C_ENABLED

#endif

#ifdef EPC_CONF_TMR_ENABLED
#endif

#ifdef EPC_CONF_WDG_ENABLED
#endif

#ifdef EPC_CONF_CAN_ENABLED
HAL_CAN_result_e res;
uint8_t dataR = 0;
uint8_t sizeR = 0;
uint32_t idR = 0;
#endif

/**********************************************************************************/
/* Definition of exported variables */
Expand Down
1 change: 0 additions & 1 deletion firmware/Sources/Test/test.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
/**********************************************************************************/
/* Project Includes */
/**********************************************************************************/
#include "epc_conf.h"

/**********************************************************************************/
/* Include other headers */
Expand Down