ci: upgrade astyle tool (#4776)
Install from source to use the latest version
This commit is contained in:
@@ -60,7 +60,6 @@ void lv_mem_remove_pool(lv_mem_pool_t pool)
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
void * lv_malloc_core(size_t size)
|
||||
{
|
||||
return m_malloc(size);
|
||||
@@ -83,7 +82,6 @@ void lv_mem_monitor_core(lv_mem_monitor_t * mon_p)
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
lv_result_t lv_mem_test_core(void)
|
||||
{
|
||||
/*Not supported*/
|
||||
|
||||
Reference in New Issue
Block a user