Newer
Older
DE2_115_PROG / software / qsys_tutorial_lcd4 / sys_except.c
@takayun takayun on 22 Dec 2016 206 bytes edit .gitignore
/*
 * sys_except.c
 *
 *  Created on: 2016/11/24
 *      Author: takayun
 */
#include "system.h"
#include "hex_out.h"

void panic() {
	clear_block(HEX0_3);
	print_block("err ", 4, HEX0_3);
}