No more discrimination related with core0/core1. using get_core_num() returns the core number.

Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
Pol Henarejos
2022-12-24 01:38:09 +01:00
parent c0a540ae2b
commit a8fe504d14
5 changed files with 9 additions and 27 deletions

View File

@@ -26,8 +26,7 @@
void neug_init(uint32_t *buf, uint8_t size);
uint32_t neug_get();
void neug_flush(void);
void neug_wait_full(void);
void neug_wait_full_ext(bool);
void neug_wait_full();
void neug_fini(void);
#endif