Commit Graph

3 Commits

Author SHA1 Message Date
AlexOn1ine
5dc8d9a33d fix release compiling 2026-01-01 10:41:09 +01:00
Martin Griffin
3cde6e2c39
errorf (#8580)
Some checks are pending
CI / build (push) Waiting to run
CI / docs_validate (push) Waiting to run
CI / allcontributors (push) Waiting to run
2025-12-20 09:49:56 +01:00
Martin Griffin
cc8c8bd668 assertf: Formatted asserts
assertf's behavior depends on the build:
- In release builds it executes recovery code.
- In debug builds it shows a crash screen. When start is pressed it
  resumes and executes the recovery code.
- In test builds it fails the test with an INVALID result.
2025-12-17 17:14:34 +00:00