[update] update lhal, soc and demos

This commit is contained in:
jzlv 2022-11-05 10:44:08 +08:00
parent d44726c783
commit c70a3cd8f0
80 changed files with 2206 additions and 323 deletions

View file

@ -1,7 +1,7 @@
#ifndef _BFLB_IRQ_H
#define _BFLB_IRQ_H
#include "bflb_core.h"
#include "stdint.h"
typedef void (*irq_callback)(int irq, void *arg);