Changed an include

This commit is contained in:
2024-08-19 16:52:41 -04:00
parent fa9b73f017
commit a0bb93624d

View File

@@ -1,6 +1,6 @@
#pragma once
#include "SerialMessage.h"
#include <Arduino.h>
#include <USBCDC.h>
template <uint32_t SERIAL_BUFFER_SIZE, uint32_t MAX_ARGS>
class USBMessage : public Message<SERIAL_BUFFER_SIZE, MAX_ARGS>{