mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-23 04:12:02 +00:00
kern: default to release config
This commit is contained in:
parent
4acdc899f5
commit
9b65daf439
2 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@
|
||||||
*/
|
*/
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#if 1 || defined(AMS_BUILD_FOR_AUDITING)
|
#if defined(AMS_BUILD_FOR_AUDITING)
|
||||||
#define MESOSPHERE_BUILD_FOR_AUDITING
|
#define MESOSPHERE_BUILD_FOR_AUDITING
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -40,7 +40,7 @@ namespace ams::kern {
|
||||||
#ifndef MESOSPHERE_DEBUG_LOG_SELECTED
|
#ifndef MESOSPHERE_DEBUG_LOG_SELECTED
|
||||||
|
|
||||||
#ifdef ATMOSPHERE_BOARD_NINTENDO_NX
|
#ifdef ATMOSPHERE_BOARD_NINTENDO_NX
|
||||||
#define MESOSPHERE_DEBUG_LOG_USE_UART_C
|
#define MESOSPHERE_DEBUG_LOG_USE_UART_A
|
||||||
#else
|
#else
|
||||||
#error "Unknown board for Default Debug Log Source"
|
#error "Unknown board for Default Debug Log Source"
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue