mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-01 02:55:07 +08:00
remove BOARD_NAME from board_config.h and set automatically
This commit is contained in:
committed by
David Sidrane
parent
2d052c02fa
commit
ec4c9da253
@@ -42,8 +42,6 @@
|
||||
#define BOARD_OVERRIDE_UUID "EAGLEID000000000" // must be of length 16
|
||||
#define PX4_SOC_ARCH_ID PX4_SOC_ARCH_ID_EAGLE
|
||||
|
||||
#define BOARD_NAME "ATLFLIGHT_EAGLE"
|
||||
|
||||
#define BOARD_HAS_NO_RESET
|
||||
#define BOARD_HAS_NO_BOOTLOADER
|
||||
|
||||
|
||||
@@ -38,8 +38,10 @@
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
#define BOARD_NAME "ATLFLIGHT_EXCELSIOR"
|
||||
|
||||
#define BOARD_BATTERY1_V_DIV (10.177939394f)
|
||||
#define BOARD_BATTERY1_A_PER_V (15.391030303f)
|
||||
|
||||
#define BOARD_HAS_NO_RESET
|
||||
|
||||
#define BOARD_HAS_NO_BOOTLOADER
|
||||
|
||||
Reference in New Issue
Block a user