omnibus: enable dmesg buffer (3kb)

without LPE running, we have about 17.6 kb more free RAM.
This commit is contained in:
Beat Küng 2019-06-06 09:44:42 +02:00 committed by Daniel Agar
parent 223e3c6429
commit ab0466eddf
2 changed files with 4 additions and 0 deletions

View File

@ -72,6 +72,7 @@ px4_add_board(
SYSTEMCMDS
#bl_update
dmesg
config
dumpfile
esc_calib

View File

@ -264,6 +264,9 @@
#define BOARD_HAS_ON_RESET 1
#define BOARD_ENABLE_CONSOLE_BUFFER
#define BOARD_CONSOLE_BUFFER_SIZE (1024*3)
__BEGIN_DECLS
/****************************************************************************************************