mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-26 07:02:15 +03:00
fix bug #343
add __attribute__ to printf functions for better compiler warning handling. remove ICACHE_FLASH_ATTR, all cpp files are automatic in FLASH (ld script)
This commit is contained in:
@ -35,7 +35,6 @@ extern "C" {
|
||||
|
||||
#include "stdlib_noniso.h"
|
||||
#include "binary.h"
|
||||
#include "pgmspace.h"
|
||||
#include "esp8266_peri.h"
|
||||
#include "twi.h"
|
||||
|
||||
@ -205,6 +204,8 @@ void loop(void);
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
||||
#include "pgmspace.h"
|
||||
|
||||
#include "WCharacter.h"
|
||||
#include "WString.h"
|
||||
|
||||
|
Reference in New Issue
Block a user