1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-24 00:35:39 +03:00
betaflight/src/main/drivers/rx
Jay Blackman 7fed816cb3
Removing -fsingle-precision-constant (#14444)
* Removing -fsingle-precision-constant

This is so that -Wdouble-promotion raises a warning as it should.

* Adding -Wunsuffixed-float-constants

* Not ideal.

* Moving to a named constant

* Named constant update

* Using M_PIf

* Updated following feedback from @ledvinap
2025-06-17 20:45:47 +02:00
..
expresslrs_driver.c Adding simplified timer calls for enabling ESC Serial and Soft Serial for AT32 (#14228) 2025-03-28 21:31:30 +11:00
expresslrs_driver.h ExpressLrs v2.0.0 support 2021-12-21 17:59:47 +01:00
rx_a7105.c Fix function brace style 2022-10-12 16:31:55 +02:00
rx_a7105.h Unified the handling of the EXTI pin for SPI RX. 2019-12-24 16:05:36 +13:00
rx_cc2500.c Refactor missing prototypes 2 (#14170) 2025-01-29 06:20:12 +11:00
rx_cc2500.h Refactor rx_spi with spiBusXXX API 2018-10-01 22:54:47 +09:00
rx_cyrf6936.c Unified the handling of the EXTI pin for SPI RX. 2019-12-24 16:05:36 +13:00
rx_cyrf6936.h Rename MOSI and MISO to SDO and SDI (#12469) 2023-03-08 04:33:48 +11:00
rx_nrf24l01.c BV/BIT macro consolidation 2021-06-19 22:52:08 +02:00
rx_nrf24l01.h duplicate emptyline removal (#14027) 2024-11-15 23:07:25 +01:00
rx_pwm.c Refactor missing prototypes 2 (#14170) 2025-01-29 06:20:12 +11:00
rx_pwm.h Removed excess trailing spaces before new lines on licenses. 2018-04-25 20:58:00 +10:00
rx_spi.c Move RCC from drivers to platform (#14430) 2025-06-07 09:41:37 +10:00
rx_spi.h Refactor missing prototypes 2 (#14170) 2025-01-29 06:20:12 +11:00
rx_sx127x.c Removing -fsingle-precision-constant (#14444) 2025-06-17 20:45:47 +02:00
rx_sx127x.h Removing -fsingle-precision-constant (#14444) 2025-06-17 20:45:47 +02:00
rx_sx1280.c Refactor missing prototypes 2 (#14170) 2025-01-29 06:20:12 +11:00
rx_sx1280.h Refactor missing prototypes 2 (#14170) 2025-01-29 06:20:12 +11:00
rx_xn297.c duplicate emptyline removal (#14027) 2024-11-15 23:07:25 +01:00
rx_xn297.h Refactor rx_spi with spiBusXXX API 2018-10-01 22:54:47 +09:00