1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-12-01 09:24:10 +01:00
LibrePilot/flight/tests/logfs
Stacey Sheldon dd5f4b949c logfs: use uintptr_t to hold opaque pointers
When storing an opaque pointer value in a uint, the
appropriate type is uintptr_t which is guaranteed to
be wide enough to hold a pointer.

This is particularly important when the code can be
compiled in a sim or unit test environment which is
intended to run on a 64-bit machine.

Conflicts:
	flight/targets/DiscoveryF4/System/pios_board.c
	flight/targets/FlyingF4/System/pios_board.c
	flight/targets/Freedom/System/pios_board.c
	flight/targets/Quanton/System/pios_board.c
2013-03-03 14:33:02 +01:00
..
main.c logfs: use uintptr_t to hold opaque pointers 2013-03-03 14:33:02 +01:00
Makefile ut: add basic unit test for logfs 2013-03-03 14:33:02 +01:00
openpilot.h ut: add basic unit test for logfs 2013-03-03 14:33:02 +01:00
pios_config.h ut: add basic unit test for logfs 2013-03-03 14:33:02 +01:00
pios_flash_ut_priv.h ut: add basic unit test for logfs 2013-03-03 14:33:02 +01:00
pios_flash_ut.c ut: add basic unit test for logfs 2013-03-03 14:33:02 +01:00
pios.h ut: add basic unit test for logfs 2013-03-03 14:33:02 +01:00