ESP8266: Remove osprintf for RELEASE

missed one line
This commit is contained in:
MaBecker 2018-01-05 14:30:35 +01:00 committed by GitHub
parent 208e269693
commit 3b1d30bbe8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,9 +18,8 @@
// This file is distributed with the ESP8266 SDK but has been modified for Espruino.
#include "ets_sys.h"
#include "osapi.h"
#include "uart.h"
#include "osapi_release.h"
#include "uart.h"
#include "uart_register.h"
#include "mem.h"
#include "os_type.h"