Skip to content

Commit

Permalink
fix little
Browse files Browse the repository at this point in the history
  • Loading branch information
yngyu committed Mar 9, 2022
1 parent 363ee8d commit 0a2a523
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Examples/minimum_user_for_s2e/src/src_user/Drivers/Com/gs.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 <src_core/TlmCmd/Ccsds/cmd_space_packet.h>
Expand Down

0 comments on commit 0a2a523

Please sign in to comment.