CHG: moved into header files.
This commit is contained in:
@@ -5,8 +5,7 @@
|
||||
//-----------------------------------------------------------------------------
|
||||
// parity functions
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
#include <stdint.h>
|
||||
#include <parity.h>
|
||||
|
||||
const uint8_t OddByteParity[256] = {
|
||||
1, 0, 0, 1, 0, 1, 1, 0, 0, 1, 1, 0, 1, 0, 0, 1,
|
||||
@@ -45,5 +44,4 @@ const uint8_t EvenByteParity[256] = {
|
||||
1, 0, 0, 1, 0, 1, 1, 0, 0, 1, 1, 0, 1, 0, 0, 1,
|
||||
0, 1, 1, 0, 1, 0, 0, 1, 1, 0, 0, 1, 0, 1, 1, 0
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user