mirror of
https://github.com/saymrwulf/pulp-runtime.git
synced 2026-05-21 21:52:31 +00:00
Fixed regression
This commit is contained in:
parent
42c5b7c10e
commit
0754c7d7e0
1 changed files with 2 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue