mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-24 03:36:52 -04:00
fusee/exo: support dynamic control of invert flag for logging
This commit is contained in:
parent
14a415c4b2
commit
63e3c02688
9 changed files with 35 additions and 27 deletions
|
@ -35,7 +35,7 @@ namespace ams::log {
|
|||
#endif
|
||||
|
||||
void Initialize();
|
||||
void Initialize(uart::Port port, u32 baud_rate);
|
||||
void Initialize(uart::Port port, u32 baud_rate, u32 flags);
|
||||
void Finalize();
|
||||
|
||||
void Printf(const char *fmt, ...) __attribute__((format(printf, 1, 2)));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue