feat: add STM32 four-channel weighing firmware
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
#ifndef GCC_COMPAT_H
|
||||
#define GCC_COMPAT_H
|
||||
|
||||
#ifndef __align
|
||||
#define __align(n) __attribute__((aligned(n)))
|
||||
#endif
|
||||
|
||||
#ifndef __packed
|
||||
#define __packed __attribute__((packed))
|
||||
#endif
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user