1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-12-03 11:24:10 +01:00
LibrePilot/flight/targets/Revolution/System
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
..
inc rename: move board-specific dirs into flight/targets 2013-01-28 01:52:44 +02:00
alarms.c rename: move board-specific dirs into flight/targets 2013-01-28 01:52:44 +02:00
cm3_fault_handlers.c rename: move board-specific dirs into flight/targets 2013-01-28 01:52:44 +02:00
dcc_stdio.c rename: move board-specific dirs into flight/targets 2013-01-28 01:52:44 +02:00
pios_board_sim.c rename: move board-specific dirs into flight/targets 2013-01-28 01:52:44 +02:00
pios_board.c flash: use uintptr_t to hold opaque pointers 2013-03-03 14:33:02 +01:00
pios_usb_board_data.c rename: move board-specific dirs into flight/targets 2013-01-28 01:52:44 +02:00
revolution.c rename: move board-specific dirs into flight/targets 2013-01-28 01:52:44 +02:00