Skip to content

Commit

Permalink
ESP8266 header fix
Browse files Browse the repository at this point in the history
  • Loading branch information
PaintYourDragon committed Jul 27, 2015
1 parent a4d78a4 commit 2dfa0ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions esp8266.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#ifdef ESP8266

#include <Arduino.h>
#include <eagle_soc.h>

static uint32_t _getCycleCount(void) __attribute__((always_inline));
static inline uint32_t _getCycleCount(void) {
Expand Down

0 comments on commit 2dfa0ac

Please sign in to comment.