mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2025-12-31 13:40:04 +01:00
Fix compilation error with abs() function using some compilers
This commit is contained in:
parent
1956995693
commit
faa0bde50d
|
|
@ -21,7 +21,7 @@
|
|||
#include <cstdio>
|
||||
#include <cassert>
|
||||
#include <cstring>
|
||||
#include <cmath>
|
||||
#include <cstdlib>
|
||||
|
||||
const unsigned char BIT_MASK_TABLE[] = {0x80U, 0x40U, 0x20U, 0x10U, 0x08U, 0x04U, 0x02U, 0x01U};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue