Searched refs:LOG_SIZE (Results 1 – 1 of 1) sorted by relevance
41 #define LOG_SIZE 2048 macro42 #define LOG_MASK (LOG_SIZE - 1)43 uint8_t __log[LOG_SIZE];202 if (bfs_file_write(bfs, "boot.log", __log, LOG_SIZE) != 0) in cmd_log_save()