Cygwin port

This commit is contained in:
elasota
2021-03-18 17:08:11 -04:00
parent 184f867f79
commit 7060676b73
49 changed files with 1413 additions and 109 deletions

View File

@@ -1,7 +1,7 @@
#pragma once
#ifndef __PL_XMODEMCRC_H__
#define __PL_XMODEMCRC_H__
#include <stdint.h>
#include <stddef.h>
#include "DataTypes.h"
@@ -9,5 +9,3 @@ namespace PortabilityLayer
{
uint16_t XModemCRC(const void *bytes, size_t size, uint16_t initialValue);
}
#endif