|
|
|
@ -93,7 +93,7 @@
@@ -93,7 +93,7 @@
|
|
|
|
|
|
|
|
|
|
// allow for short names overridden in hwdef.dat
|
|
|
|
|
#ifndef CHIBIOS_SHORT_BOARD_NAME |
|
|
|
|
#define CHIBIOS_SHORT_BOARD_NAME CHIBIOS_BOARD_NAME |
|
|
|
|
#define CHIBIOS_SHORT_BOARD_NAME "ZrHardWare" |
|
|
|
|
#endif |
|
|
|
|
|
|
|
|
|
#ifndef CONFIG_HAL_BOARD_SUBTYPE |
|
|
|
@ -111,5 +111,5 @@
@@ -111,5 +111,5 @@
|
|
|
|
|
|
|
|
|
|
// put all storage of files under /APM directory
|
|
|
|
|
#ifndef HAL_BOARD_STORAGE_DIRECTORY |
|
|
|
|
#define HAL_BOARD_STORAGE_DIRECTORY "/APM" |
|
|
|
|
#define HAL_BOARD_STORAGE_DIRECTORY "/ZRUAV" |
|
|
|
|
#endif |
|
|
|
|