mirror of
https://github.com/LNH-team/dspico-bootloader.git
synced 2026-06-02 09:06:57 +02:00
8 lines
92 B
C++
8 lines
92 B
C++
#pragma once
|
|
|
|
class ErrorDisplay
|
|
{
|
|
public:
|
|
void PrintError(const char* errorString);
|
|
};
|