HAL_AVR: fixed warning on memcheck build

This commit is contained in:
Andrew Tridgell 2014-01-14 21:27:52 +11:00
parent 3a5fb46dc2
commit 461638780b
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@
* of false positives with uninitialised stack variables
*/
#include <AP_HAL.h>
#include <stdlib.h>
#include <stdint.h>