Skip to content

Commit

Permalink
fix include
Browse files Browse the repository at this point in the history
  • Loading branch information
meltingrabbit committed Feb 13, 2024
1 parent 8c9834d commit b2e8266
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tlm_cmd/ccsds/space_packet_protocol/cmd_space_packet.h
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ typedef enum
#include <stdint.h>
#include "space_packet_typedef.h"
#include "space_packet.h"
#include "../../common_cmd_packet.h"
#include "../common_packet/common_cmd_packet.h"

#if CSP_MAX_LEN <= SP_PRM_HDR_LEN
#error CSP_MAX_LEN is too small
Expand Down
2 changes: 1 addition & 1 deletion tlm_cmd/ccsds/space_packet_protocol/space_packet.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

#include <stdint.h>
#include "space_packet_typedef.h"
#include "../../common_tlm_cmd_packet.h"
#include "../common_packet/common_tlm_cmd_packet.h"

#define SP_PRM_HDR_LEN (6) //!< Packet Primary Header 長

Expand Down
2 changes: 1 addition & 1 deletion tlm_cmd/ccsds/space_packet_protocol/tlm_space_packet.h
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ typedef enum
#include <stdint.h>
#include "space_packet_typedef.h"
#include "space_packet.h"
#include "../../common_tlm_packet.h"
#include "../common_packet/common_tlm_packet.h"

#if TSP_MAX_LEN <= SP_PRM_HDR_LEN
#error TSP_MAX_LEN is too small
Expand Down

0 comments on commit b2e8266

Please sign in to comment.