mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-11-29 07:24:13 +01:00
7f53aa422a
Build it with: make ut_logfs Create a raw flash file like this: dd if=/dev/zero bs=1 count=2MiB | tr '\000' '\377' > theflash.bin Run it with: ./build/unit_tests/logfs/logfs.elf && echo 'all good' Conflicts: Makefile
5 lines
89 B
C
5 lines
89 B
C
#if defined(PIOS_INCLUDE_FLASH)
|
|
#include <pios_flash.h>
|
|
#include <pios_flashfs.h>
|
|
#endif
|