mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-31 06:12:42 +00:00
feat(esp_rom): Adds esp_rom_vprintf with the same capabilities as esp_rom_print
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
#include <cstdio>
|
||||
#include <regex>
|
||||
#include <iostream>
|
||||
#include "esp_rom_sys.h"
|
||||
#include "esp_log.h"
|
||||
#include "esp_private/log_util.h"
|
||||
#include "esp_private/log_timestamp.h"
|
||||
@@ -111,7 +112,7 @@ struct PutcFixture : BasicLogFixture {
|
||||
throw exception();
|
||||
}
|
||||
|
||||
esp_rom_install_channel_putc(0, putc_callback);
|
||||
esp_rom_install_channel_putc(1, putc_callback);
|
||||
|
||||
instance = this;
|
||||
}
|
||||
|
Reference in New Issue
Block a user