Skip to content

Commit

Permalink
Fixed compilation for DMBS
Browse files Browse the repository at this point in the history
  • Loading branch information
NicoHood committed Mar 17, 2018
1 parent 7b82bb5 commit 4e8dc07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/IRL_Platform.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ THE SOFTWARE.
#include <Arduino.h> // micros()
#endif

#if defined(ARDUINO_ARCH_AVR)
#if defined(ARDUINO_ARCH_AVR) || defined(DMBS_ARCH_AVR8)
#include <util/atomic.h>
#elif defined(ARDUINO_ARCH_ESP8266) || defined(ESP8266)
#elif defined(ARDUINO_ARCH_ESP8266) || defined(ESP8266)
// copied from https://github.com/wizard97/SimplyAtomic/blob/master/esp8266.h

#ifndef __STRINGIFY
Expand Down

0 comments on commit 4e8dc07

Please sign in to comment.