[sam] itoa() and related function are now available for the sketch

This commit is contained in:
Cristian Maglie 2014-02-18 17:36:40 +01:00
parent bab0062998
commit 0a126d75bb
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@
#include <avr/interrupt.h>
#include "binary.h"
#include "itoa.h"
#ifdef __cplusplus
extern "C"{