kern: default to release config

This commit is contained in:
Michael Scire 2020-09-16 21:18:02 -07:00 committed by SciresM
parent 4acdc899f5
commit 9b65daf439
2 changed files with 2 additions and 2 deletions

View file

@ -40,7 +40,7 @@ namespace ams::kern {
#ifndef MESOSPHERE_DEBUG_LOG_SELECTED
#ifdef ATMOSPHERE_BOARD_NINTENDO_NX
#define MESOSPHERE_DEBUG_LOG_USE_UART_C
#define MESOSPHERE_DEBUG_LOG_USE_UART_A
#else
#error "Unknown board for Default Debug Log Source"
#endif