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