Skip to content

Commit

Permalink
Don't need/have Arduino.h on other platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
dok-net committed Sep 15, 2019
1 parent 2df0f09 commit b06fe81
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/circular_queue/circular_queue.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#ifndef __circular_queue_h
#define __circular_queue_h

#ifdef ARDUINO
#include <Arduino.h>
#endif
#include <atomic>
#include <memory>
#include <algorithm>
Expand Down

0 comments on commit b06fe81

Please sign in to comment.