Mettre à jour 'src/app/Queue.h'

This commit is contained in:
Th3maz1ng 2020-07-17 12:49:08 +02:00
parent cea2bf8f64
commit 7fbd206742

View File

@ -1,6 +1,5 @@
#ifndef QUEUE_H
#define QUEUE_H
#include <Arduino.h>
template <typename T>
class Queue