mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-01 13:38:38 -04:00
AP_HAL: remove check for AVR CPUs
Remove the checks for HAL_CPU_CLASS > HAL_CPU_CLASS_16 and HAL_CPU_CLASS >= HAL_CPU_CLASS_75. Corresponding dead code will be removed on separate commits.
This commit is contained in:
parent
4cef751aef
commit
255e04a841
@ -89,7 +89,7 @@
|
||||
|
||||
Note that these are only approximate, not exact CPU speeds.
|
||||
*/
|
||||
#define HAL_CPU_CLASS_16 1 // 16Mhz, AVR2560 or similar
|
||||
#define HAL_CPU_CLASS_16 1 // DEPRECATED: 16Mhz, AVR2560 or similar
|
||||
#define HAL_CPU_CLASS_75 2 // 75Mhz, Flymaple or similar
|
||||
#define HAL_CPU_CLASS_150 3 // 150Mhz, PX4 or similar, assumes
|
||||
// hardware floating point. Assumes tens
|
||||
|
Loading…
Reference in New Issue
Block a user