mirror of
https://github.com/switchbrew/libnx.git
synced 2025-07-04 02:22:15 +02:00
Fix newline and comment
This commit is contained in:
parent
d74751d5e9
commit
b773112dd4
@ -13,7 +13,7 @@
|
|||||||
typedef enum {
|
typedef enum {
|
||||||
LmLogDestination_TMA = BIT(0), ///< Logs to TMA.
|
LmLogDestination_TMA = BIT(0), ///< Logs to TMA.
|
||||||
LmLogDestination_UART = BIT(1), ///< Logs to UART.
|
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_All = 0xFFFF, ///< Logs to all locations.
|
||||||
} LmLogDestination;
|
} LmLogDestination;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user