1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-11-29 07:24:13 +01:00
LibrePilot/flight/targets/boards/coptercontrol
Richard Flay (Hyper) 7937ae6296 OP-931: Makes flight code compile with -Wfloat-equal and -Wunsuffixed-float-constants enabled.
Also fixes warnings (and bugs) in F4 STM32_USB_OTG_Driver code, allowing -Werror to be enabled for all flight code.
Fixes all other compiler warnings that would otherwise cause the flight code to not compile with -Werror enabled.
Along the way, this also adds some uses of isnan() to various places rather than questionable tests for x != x and
x == x to check for NaNs.

+review OPReview
2013-04-30 20:36:42 +09:30
..
bootloader Merge branch 'amorale/next_precheck' into os/OP-899_board-config-rework-rebased-3 2013-04-24 00:37:39 +03:00
firmware flight: remove unnecessary #include "systemmod.h" from boards 2013-04-24 22:35:34 +03:00
board_hw_defs.c OP-899: move board_hw_defs.c under board directories and fix some includes 2013-04-24 00:07:06 +03:00
board-info.mk Merge branch 'amorale/next_precheck' into os/OP-899_board-config-rework-rebased-3 2013-04-24 00:37:39 +03:00
pios_board.h OP-931: Makes flight code compile with -Wfloat-equal and -Wunsuffixed-float-constants enabled. 2013-04-30 20:36:42 +09:30
pios_usb_board_data.c OP-899: remove extra copy of pios_usb_data.c and move it level up 2013-04-24 00:07:06 +03:00