Adjust thread index type to uint16 for future expansion & Organize stellar directory files
This commit is contained in:
@@ -8,7 +8,7 @@ extern "C"
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
uint8_t stellar_get_current_thread_index();
|
||||
uint16_t stellar_get_current_thread_index();
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user