mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-26 12:50:30 +00:00
esp_rom: extract common CRC apis into esp_rom_crc.h
This commit is contained in:
@@ -17,13 +17,6 @@
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#define ESP_ROM_HAS_CRC8LE 1
|
||||
#define ESP_ROM_HAS_CRC16LE 1
|
||||
#define ESP_ROM_HAS_CRC32LE 1
|
||||
#define ESP_ROM_HAS_CRC8BE 1
|
||||
#define ESP_ROM_HAS_CRC16BE 1
|
||||
#define ESP_ROM_HAS_CRC32BE 1
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user