diff --git a/Examples/minimum_user_for_s2e/src/src_user/Drivers/Com/gs.c b/Examples/minimum_user_for_s2e/src/src_user/Drivers/Com/gs.c index 52c28fddc..e203bc60a 100644 --- a/Examples/minimum_user_for_s2e/src/src_user/Drivers/Com/gs.c +++ b/Examples/minimum_user_for_s2e/src/src_user/Drivers/Com/gs.c @@ -233,6 +233,8 @@ static DS_ERR_CODE GS_analyze_rec_data_(DS_StreamConfig* p_stream_config, void* case TCTF_TYPE_BD: gs_driver->info[driver_index].bd_rec_status = DS_ERR_CODE_OK; break; + default: + break; } return DS_ERR_CODE_OK; diff --git a/Examples/minimum_user_for_s2e/src/src_user/TlmCmd/Ccsds/tc_segment.h b/Examples/minimum_user_for_s2e/src/src_user/TlmCmd/Ccsds/tc_segment.h index f94d38e56..b1714e557 100644 --- a/Examples/minimum_user_for_s2e/src/src_user/TlmCmd/Ccsds/tc_segment.h +++ b/Examples/minimum_user_for_s2e/src/src_user/TlmCmd/Ccsds/tc_segment.h @@ -16,8 +16,8 @@ * | 1 | 0 | * | Command Space Packet | * |---------+-------+-------+-----------------------------| */ -#ifndef TCSEGMENT_H_ -#define TCSEGMENT_H_ +#ifndef TC_SEGMENT_H_ +#define TC_SEGMENT_H_ #include "../../Library/stdint.h" #include