Fixed regression

This commit is contained in:
Germain Haugou 2019-12-19 15:36:51 +01:00
parent 42c5b7c10e
commit 0754c7d7e0

View file

@ -46,8 +46,9 @@ void _start();
#define rt_core_id hal_core_id
#define rt_cluster_id hal_cluster_id
#ifdef ARCHI_CLUSTER_NB_PE
static inline int get_core_num() { return ARCHI_CLUSTER_NB_PE; }
#endif
int uart_open(int uart_id, int baudrate);