mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-29 05:38:42 +00:00
refactor(system): reformated esp_timer, linux and log comp with astyle
This commit is contained in:
@@ -13,7 +13,8 @@
|
||||
#ifndef CONFIG_IDF_TARGET_LINUX
|
||||
#include "esp_memory_utils.h" // for esp_ptr_byte_accessible
|
||||
#else
|
||||
static inline bool esp_ptr_byte_accessible(const void* ptr) {
|
||||
static inline bool esp_ptr_byte_accessible(const void* ptr)
|
||||
{
|
||||
(void) ptr;
|
||||
return true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user