mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
Fixed include style for List in Block.
This commit is contained in:
parent
1b7472ef4c
commit
8f0b223c87
@ -41,10 +41,11 @@
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#include <uORB/Subscription.hpp>
|
||||
#include <uORB/Publication.hpp>
|
||||
|
||||
#include "Block.hpp"
|
||||
#include "BlockParam.hpp"
|
||||
#include "uORB/Subscription.hpp"
|
||||
#include "uORB/Publication.hpp"
|
||||
|
||||
namespace control
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user