Sync MK3<->MK4 MMU2 progress converter

This commit is contained in:
D.R.racer 2023-09-11 10:11:08 +02:00 committed by DRracer
parent ec4740fe53
commit fd9f4ffb9e
1 changed files with 1 additions and 1 deletions

View File

@ -4,6 +4,6 @@
namespace MMU2 {
const char * ProgressCodeToText(uint16_t pc);
const char *ProgressCodeToText(uint16_t pc);
}