Skip to content

Commit

Permalink
Log to local uart by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
kareltucek committed Dec 27, 2024
1 parent 10704b7 commit 5dccea6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion device/src/logger.c
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ void Uart_Log(const char *fmt, ...) {
void Log(const char *fmt, ...) {
EXPAND_STRING(buffer);

LogConstantTo(DeviceId_Uhk_Dongle, LogTarget_Uart, buffer);
LogConstantTo(DEVICE_ID, LogTarget_Uart, buffer);
}

void LogConstantTo(device_id_t deviceId, log_target_t logMask, const char* buffer) {
Expand Down

0 comments on commit 5dccea6

Please sign in to comment.