1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-18 03:52:11 +01:00

logfs: fix unit tests (requires MIN declaration from pios_math.h)

This commit is contained in:
Oleg Semyonov 2013-05-12 03:51:00 +03:00
parent b76df471ee
commit e5970ed25d

View File

@ -29,13 +29,12 @@
#ifdef PIOS_INCLUDE_FLASH
#include "openpilot.h"
#include <stdbool.h>
#include <openpilot.h>
#include <pios_math.h>
#include "pios_flashfs_logfs_priv.h"
#include <stdbool.h>
/*
* Filesystem state data tracked in RAM
*/