mirror of https://github.com/ArduPilot/ardupilot
AP_HAL: use hwdef.h for config options in chibios
This commit is contained in:
parent
dcab40459d
commit
c80149123f
|
@ -1,5 +1,7 @@
|
|||
#pragma once
|
||||
|
||||
#include <hwdef.h>
|
||||
|
||||
#define HAL_BOARD_NAME "ChibiOS"
|
||||
#define HAL_CPU_CLASS HAL_CPU_CLASS_150
|
||||
|
||||
|
@ -61,9 +63,6 @@
|
|||
#define STORAGE_FLASH_PAGE 22
|
||||
#define HAL_STORAGE_SIZE 16384
|
||||
|
||||
// enable access to IO microcontroller
|
||||
#define HAL_WITH_IO_MCU 1
|
||||
|
||||
// enable RAMTROM parameter storage
|
||||
#define HAL_WITH_RAMTRON 1
|
||||
|
||||
|
|
Loading…
Reference in New Issue