fusee: Improve integration with the new logging system

fusee: Implement log level configuration from BCT.ini
This commit is contained in:
hexkyz
2018-09-28 21:12:59 +01:00
parent 2e6983d214
commit ca0e41e8a0
16 changed files with 98 additions and 139 deletions

View File

@@ -13,8 +13,8 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include <stdio.h>
#include "console.h"
#include "di.h"
#include "timers.h"
#include "splash_screen.h"
@@ -36,7 +36,7 @@ static void render_bmp(const uint32_t *bmp_data, uint32_t *framebuffer, uint32_t
}
/* Re-initialize the frame buffer. */
display_init_framebuffer(framebuffer);
console_display(framebuffer);
}
void display_splash_screen_bmp(const char *custom_splash_path, void *fb_address) {