mirror of
https://github.com/arendst/Tasmota.git
synced 2026-03-10 09:17:51 +01:00
* sml ams crypto support * add ams library * fix crc names * fix TLS dependency * Update library.properties * Update xsns_53_sml.ino
9 lines
97 B
C
9 lines
97 B
C
#ifndef _NTOHLL_H
|
|
#define _NTOHLL_H
|
|
|
|
#include "lwip/def.h"
|
|
|
|
uint64_t ntohll(uint64_t x);
|
|
|
|
#endif
|