HAL updates
This commit is contained in:
@@ -30,4 +30,4 @@
|
||||
#define MultiU32X32toH32(intRes, longIn1, longIn2) intRes = ((uint64_t)longIn1 * longIn2 + 0x80000000) >> 32
|
||||
#define MultiU32X24toH32(intRes, longIn1, longIn2) intRes = ((uint64_t)longIn1 * longIn2 + 0x00800000) >> 24
|
||||
|
||||
#endif
|
||||
#endif // MATH_32BIT_H
|
||||
|
||||
Reference in New Issue
Block a user