mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-09 04:25:32 +00:00
refactor(system): reformated esp_timer, linux and log comp with astyle
This commit is contained in:
@@ -12,13 +12,11 @@
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
|
||||
/* newlib locks implementation for CONFIG_IDF_TARGET_LINUX, single threaded.
|
||||
* Note, currently this doesn't implement the functions required
|
||||
* when _RETARGETABLE_LOCKING is defined. They should be added.
|
||||
*/
|
||||
|
||||
|
||||
/* Compatibility definitions for legacy newlib locking functions */
|
||||
typedef int _lock_t;
|
||||
|
||||
@@ -39,7 +37,6 @@ static inline int _lock_try_acquire_recursive(_lock_t *plock)
|
||||
static inline void _lock_release(_lock_t *plock) {}
|
||||
static inline void _lock_release_recursive(_lock_t *plock) {}
|
||||
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user