mirror of
https://github.com/switchbrew/libnx.git
synced 2025-07-03 18:12:14 +02:00
Fix newline and comment
This commit is contained in:
parent
d74751d5e9
commit
b773112dd4
@ -404,4 +404,4 @@ NX_INLINE void diagLogImpl(const DiagLogMetadata *metadata) {
|
||||
|
||||
#define DIAG_LOGF(fmt, ...) DIAG_DETAILED_LOGF(DiagLogSeverity_Info, false, fmt, ##__VA_ARGS__)
|
||||
|
||||
#define DIAG_VLOG(fmt, args) DIAG_DETAILED_VLOG(DiagLogSeverity_Info, false, fmt, args)
|
||||
#define DIAG_VLOG(fmt, args) DIAG_DETAILED_VLOG(DiagLogSeverity_Info, false, fmt, args)
|
||||
|
@ -13,7 +13,7 @@
|
||||
typedef enum {
|
||||
LmLogDestination_TMA = BIT(0), ///< Logs to TMA.
|
||||
LmLogDestination_UART = BIT(1), ///< Logs to UART.
|
||||
LmLogDestination_UARTSleeping = BIT(2), ///< Logs to UART ().
|
||||
LmLogDestination_UARTSleeping = BIT(2), ///< Logs to UART (when sleeping).
|
||||
LmLogDestination_All = 0xFFFF, ///< Logs to all locations.
|
||||
} LmLogDestination;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user