Avoid including Arduino.h where possible
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#ifndef PACKET_PARSER_H
|
||||
#define PACKET_PARSER_H
|
||||
|
||||
#include <Arduino.h>
|
||||
#include <vector>
|
||||
#include "PacketTypes.h"
|
||||
|
||||
class PacketParser {
|
||||
|
||||
Reference in New Issue
Block a user