Added missing include to avr/dostrf.h in wirish.h so that dtostrf can be used without needing to include that file
This commit is contained in:
parent
244674ca81
commit
29c5d538da
|
@ -44,6 +44,7 @@
|
||||||
|
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <WString.h>
|
#include <WString.h>
|
||||||
|
#include <avr/dtostrf.h>
|
||||||
#include <avr/pgmspace.h>
|
#include <avr/pgmspace.h>
|
||||||
#include <avr/interrupt.h>
|
#include <avr/interrupt.h>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue