annotate TRNG erratum, address review comment

This commit is contained in:
Alex Maestas
2024-01-22 00:30:25 +00:00
parent de692e05e2
commit 83a0e4e992
5 changed files with 12 additions and 16 deletions

View File

@@ -57,7 +57,7 @@ void _watch_disable_tcc(void) {}
void _watch_enable_usb(void) {}
void watch_disable_TRNG(Trng* hw) {}
void watch_disable_TRNG() {}
// this function ends up getting called by printf to log stuff to the USB console.
int _write(int file, char *ptr, int len) {