fix simulator build by declaring Trng type as a void pointer
This commit is contained in:
@@ -57,6 +57,8 @@ void _watch_disable_tcc(void) {}
|
||||
|
||||
void _watch_enable_usb(void) {}
|
||||
|
||||
void watch_disable_TRNG(Trng* hw) {}
|
||||
|
||||
// this function ends up getting called by printf to log stuff to the USB console.
|
||||
int _write(int file, char *ptr, int len) {
|
||||
// TODO: (a2) hook to UI
|
||||
|
||||
Reference in New Issue
Block a user