aboutsummaryrefslogtreecommitdiff
path: root/src/inc/stdalg.h
blob: 5f31cc5cf6482fa83733662cf7339a684b62e20b (plain)
1
2
3
4
5
6
7
8
#ifndef STDALG_H
#define STDALG_H

  #ifdef STDALGO_CRC7
    unsigned char crc7(unsigned char* bytes, unsigned char size);
  #endif

#endif
..