mirror of
https://github.com/LNH-team/dspico-bootloader.git
synced 2026-06-02 17:16:48 +02:00
Initial commit
This commit is contained in:
7
arm9/source/errorDisplay/ErrorDisplay.h
Normal file
7
arm9/source/errorDisplay/ErrorDisplay.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
class ErrorDisplay
|
||||
{
|
||||
public:
|
||||
void PrintError(const char* errorString);
|
||||
};
|
||||
Reference in New Issue
Block a user