This commit is contained in:
philippe44
2019-08-21 17:14:03 -07:00
parent 95ad5a5ef4
commit d063457616
5 changed files with 10 additions and 8 deletions

View File

@@ -39,6 +39,6 @@ typedef unsigned long long u64_t;
uint32_t _gettime_ms_(void);
int pthread_create_name(pthread_t *thread, _CONST pthread_attr_t *attr,
void *(*start_routine)( void * ), void *arg, char *name);
void register_other(void);
void register_external(void);
#endif // EMBEDDED_H