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

@ -4,8 +4,8 @@
*/
#include "lib.h"
#include "types.h"
#include "assert.h"
#include "types.h"
#if NOCONSOLE
void htif_putc(int ch)