refactor(esp_mm): reformat code with astyle_py
This commit is contained in:
@@ -10,19 +10,16 @@
|
||||
#include "rom/cache.h"
|
||||
#include "esp_private/esp_cache_esp32_private.h"
|
||||
|
||||
|
||||
static cache_driver_t s_cache_drv = {
|
||||
Cache_Flush,
|
||||
NULL,
|
||||
};
|
||||
|
||||
|
||||
void cache_register_writeback(cache_driver_t *func)
|
||||
{
|
||||
s_cache_drv.cache_writeback_psram = func->cache_writeback_psram;
|
||||
}
|
||||
|
||||
|
||||
void cache_sync(void)
|
||||
{
|
||||
if (s_cache_drv.cache_writeback_psram) {
|
||||
|
||||
Reference in New Issue
Block a user