Prusa-MMU-Private
PrusaMultiMaterialUpgradev3firmwareforMK3SMK4
panic.h
Go to the documentation of this file.
1 #pragma once
3 #include <stdint.h>
4 #include "logic/error_codes.h"
5 
11 extern void Panic(ErrorCode ec);
ErrorCode
Definition: error_codes.h:17
void Panic(ErrorCode ec)
Definition: main.cpp:139