bring baisc.h in line with new uuid.h form schneider
This commit is contained in:
parent
53ff9f468e
commit
6a76e01a67
|
@ -152,8 +152,7 @@ uint8_t getInputRaw(void);
|
||||||
uint8_t getInputWait(void);
|
uint8_t getInputWait(void);
|
||||||
|
|
||||||
//uuid.c
|
//uuid.c
|
||||||
uint32_t GetUUID32(void);
|
#include "basic/uuid.h"
|
||||||
uint16_t GetUUID16(void);
|
|
||||||
|
|
||||||
// for core/iap/iap.c (no official definition)
|
// for core/iap/iap.c (no official definition)
|
||||||
void iap_entry(uint32_t param_tab[], uint32_t result_tab[]);
|
void iap_entry(uint32_t param_tab[], uint32_t result_tab[]);
|
||||||
|
|
Loading…
Reference in New Issue