Skip to content

Commit ce136d5

Browse files
committed
fixes
1 parent 4247035 commit ce136d5

File tree

2 files changed

+0
-13
lines changed

2 files changed

+0
-13
lines changed

crc8.c

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
/*
2-
* crc.c
3-
*
4-
* Created on: 2009-04-16
5-
* Author: Kuba
6-
*/
71
#include"crc8.h"
82

93
uint8_t CRC8(uint8_t input, uint8_t seed) //Policz CRC dla jednego bajtu

rb.h

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
/*
2-
* rb.h
3-
*
4-
* Created on: 2009-08-19
5-
* Author: Kuba
6-
*/
7-
81
#ifndef RB_H_
92
#define RB_H_
103
#include "crc8.h"

0 commit comments

Comments
 (0)