mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
omnibus: enable dmesg buffer (3kb)
without LPE running, we have about 17.6 kb more free RAM.
This commit is contained in:
parent
223e3c6429
commit
ab0466eddf
@ -72,6 +72,7 @@ px4_add_board(
|
||||
|
||||
SYSTEMCMDS
|
||||
#bl_update
|
||||
dmesg
|
||||
config
|
||||
dumpfile
|
||||
esc_calib
|
||||
|
||||
@ -264,6 +264,9 @@
|
||||
|
||||
#define BOARD_HAS_ON_RESET 1
|
||||
|
||||
#define BOARD_ENABLE_CONSOLE_BUFFER
|
||||
#define BOARD_CONSOLE_BUFFER_SIZE (1024*3)
|
||||
|
||||
__BEGIN_DECLS
|
||||
|
||||
/****************************************************************************************************
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user