mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-08 04:02:27 +00:00
refactor(linux): deprecated esp_linux_helper.h
This commit is contained in:
@@ -5,11 +5,7 @@
|
||||
*/
|
||||
#pragma once
|
||||
|
||||
/*
|
||||
* NOTE: This file is deprecated and will be removed in the future.
|
||||
* Use include sys/cdefs.h instead, it will also include
|
||||
* the corresponding libbsd header. TODO: IDF-9391
|
||||
*/
|
||||
#warning "This file is deprecated, as __containerof is available via libbsd. To use __containerof, include string.h."
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
Reference in New Issue
Block a user