mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 08:51:10 +02:00
fixes for 64bit archs: don't assume a pointer is 32bit wide
This commit is contained in:
@@ -24,13 +24,12 @@
|
||||
#ifndef __RADIO_TOOLS_H
|
||||
#define __RADIO_TOOLS_H
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
unsigned short crc16_ccitt(unsigned char *daten, int len, bool skipfirst);
|
||||
|
||||
char *rtrim(char *text);
|
||||
|
||||
typedef long long unsigned int uint64_t;
|
||||
|
||||
class cTimeMs {
|
||||
private:
|
||||
uint64_t begin;
|
||||
|
Reference in New Issue
Block a user