forked from Archive/PX4-Autopilot
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…
Reference in New Issue