1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-12-02 10:24:11 +01:00
LibrePilot/flight/targets/Revolution
Stacey Sheldon 17b8696261 flash: 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/PiOS/Common/pios_flash_jedec.c
	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
..
System flash: use uintptr_t to hold opaque pointers 2013-03-03 14:33:02 +01:00
Makefile logfs: use logfs on all targets that have serial flash 2013-03-03 14:33:01 +01:00
Makefile.osx rename: move board-specific dirs into flight/targets 2013-01-28 01:52:44 +02:00
UAVObjects.inc makefile: factor out paths for major flight components 2013-01-28 02:01:39 +02:00