Feat: lab 4
This commit is contained in:
@@ -95,7 +95,7 @@ void uart_puts(const char *s) {
|
||||
/**
|
||||
* Display a binary value in hexadecimal
|
||||
*/
|
||||
void uart_hex(const unsigned int d) {
|
||||
void uart_hex(uint64_t d) {
|
||||
unsigned int n;
|
||||
int c;
|
||||
for(c=28;c>=0;c-=4) {
|
||||
|
||||
Reference in New Issue
Block a user