bring baisc.h in line with new uuid.h form schneider

This commit is contained in:
Stefan `Sec` Zehl 2011-07-24 10:28:17 +02:00
parent 53ff9f468e
commit 6a76e01a67
1 changed files with 1 additions and 2 deletions

View File

@ -152,8 +152,7 @@ uint8_t getInputRaw(void);
uint8_t getInputWait(void);
//uuid.c
uint32_t GetUUID32(void);
uint16_t GetUUID16(void);
#include "basic/uuid.h"
// for core/iap/iap.c (no official definition)
void iap_entry(uint32_t param_tab[], uint32_t result_tab[]);