exo/program: release, debug, audit configs

This commit is contained in:
Michael Scire 2020-11-14 14:14:07 -08:00
parent c572024a5e
commit b4c908ba9f
8 changed files with 104 additions and 59 deletions

View file

@ -68,7 +68,7 @@ namespace ams::log {
SetupUart();
/* Initialize the target uart port. */
uart::Initialize(UartLogPort, 115200, UartPortFlags);
uart::Initialize(UartLogPort, UartBaudRate, UartPortFlags);
/* Note that we've initialized. */
g_initialized_uart = true;