Skip to content

Commit

Permalink
fix DriverSuper use common cmd packet
Browse files Browse the repository at this point in the history
  • Loading branch information
sksat committed May 26, 2023
1 parent 7508ac9 commit 75e854b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Drivers/Super/driver_super.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
#include <stdint.h>
#include "../../Library/endian.h" // パスが不定な自動生成コード類で使えるように
#include "../../System/TimeManager/time_manager.h"
#include "../../TlmCmd/common_cmd_packet.h"

#define DS_STREAM_MAX (3) /*!< DS_StreamConfig の最大数
uint8_t を想定 */
Expand Down

0 comments on commit 75e854b

Please sign in to comment.