You've already forked dspico-bootloader
mirror of
https://github.com/LNH-team/dspico-bootloader.git
synced 2026-01-09 16:28:58 -08:00
8 lines
92 B
C++
8 lines
92 B
C++
#pragma once
|
|
|
|
class ErrorDisplay
|
|
{
|
|
public:
|
|
void PrintError(const char* errorString);
|
|
};
|