Do some more polish

This commit is contained in:
Miloslav Ciz 2025-06-24 21:50:25 +02:00
parent c0fddf7631
commit f0e7ca8e33
5 changed files with 12 additions and 10 deletions

View file

@ -46,11 +46,11 @@
#define LCR_LOG0_NUM(x) ;
#endif
#ifndef LCR_LOG1
#ifndef LCR_LOG1_NUM
#define LCR_LOG1_NUM(x) ;
#endif
#ifndef LCR_LOG2
#ifndef LCR_LOG2_NUM
#define LCR_LOG2_NUM(x) ;
#endif