fw: Move LED defines and function to own files

Signed-off-by: Daniel Lublin <daniel@lublin.se>
This commit is contained in:
Michael Cardell Widerkrantz 2023-02-27 17:11:03 +01:00 committed by Daniel Lublin
parent ccc3b16569
commit bbbe1e2f31
No known key found for this signature in database
GPG key ID: 75BD0FEB8D3E7830
7 changed files with 49 additions and 21 deletions

View file

@ -20,6 +20,5 @@ void __assert_fail(const char *__assertion, const char *__file,
htif_lf();
for (;;);
// Not reached
}