sync
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
#ifndef PARITY_H
|
||||
#define PARITY_H
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
uint8_t add_parity(uint8_t nibble);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user