mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-19 17:35:06 -04:00
exo/program: release, debug, audit configs
This commit is contained in:
parent
c572024a5e
commit
b4c908ba9f
8 changed files with 104 additions and 59 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue