fixed some bugs

This commit is contained in:
2026-01-20 16:35:21 +03:00
parent 3697adba41
commit 87683a12e6
10 changed files with 148 additions and 28 deletions

View File

@@ -44,10 +44,6 @@
#define NULL (0)
#endif
#ifndef _U_
#define _U_ __attribute__((__unused__))
#endif
// some good things from CMSIS
#define nop() __NOP()