ci: upgrade astyle tool (#4776)

Install from source to use the latest version
This commit is contained in:
Viktor Szépe
2023-11-10 15:37:23 +01:00
committed by GitHub
parent df910893e4
commit cc6581ae03
321 changed files with 14 additions and 948 deletions

View File

@@ -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*/