mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-10-16 11:52:53 +00:00
Create log files on heap.
...for imminent refactor where user can manually start/stop logging, and maybe even change the filename! *swoon*
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
using namespace lpc43xx;
|
||||
|
||||
LogFile::LogFile(
|
||||
const std::string file_path
|
||||
const std::string& file_path
|
||||
) : file_path { file_path }
|
||||
{
|
||||
file.open_for_append(file_path);
|
||||
|
Reference in New Issue
Block a user