diff options
| author | sommersoft <sommersoft@gmail.com> | 2018-01-23 02:53:35 +0000 |
|---|---|---|
| committer | Scott Shawcroft <scott@tannewt.org> | 2018-01-23 13:50:24 -0800 |
| commit | fe851fc15e2f02734133c9a2874bf3b407332f65 (patch) | |
| tree | 5aedc63bb2e8f6a06a40e82d6ce756f46221d359 | |
| parent | ab1f13366708a2d2876c84d92bf7e4514dbdabb0 (diff) | |
re-added header inlcusion for system_get_chip_id
| -rw-r--r-- | ports/esp8266/common-hal/microcontroller/Processor.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/esp8266/common-hal/microcontroller/Processor.c b/ports/esp8266/common-hal/microcontroller/Processor.c index 097cc34b5..3602228d0 100644 --- a/ports/esp8266/common-hal/microcontroller/Processor.c +++ b/ports/esp8266/common-hal/microcontroller/Processor.c @@ -29,6 +29,7 @@ #include <math.h> #include "esp_mphal.h" +#include "user_interface.h" float common_hal_mcu_processor_get_temperature(void) { |
