Skip to content

Commit

Permalink
fix include
Browse files Browse the repository at this point in the history
  • Loading branch information
meltingrabbit committed Nov 9, 2023
1 parent 46ee8d8 commit b32c2b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
#ifndef AOS_TRANSFER_FRAME_H_
#define AOS_TRANSFER_FRAME_H_

#include "m_pdu.h"
#include "multiplexing_protocol_data_unit.h"

#define AOSTF_HEADER_SIZE (6u)
#define AOSTF_TRAILER_SIZE (4u)
Expand Down
2 changes: 1 addition & 1 deletion examples/mobc/src/src_user/tlm_cmd/ccsds/tcp_to_m_pdu.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#include <stddef.h> // for size_t

#include <src_core/tlm_cmd/packet_list.h>
#include "m_pdu.h"
#include "multiplexing_protocol_data_unit.h"
#include <src_core/system/time_manager/time_manager.h>

/**
Expand Down

0 comments on commit b32c2b2

Please sign in to comment.