Fix variable type.
This commit is contained in:
parent
8641c98b13
commit
f95a7585fc
@ -36,8 +36,8 @@ int main() {
|
|||||||
Debug("ROM dump tool v0.2", 1, 1, 0xFF);
|
Debug("ROM dump tool v0.2", 1, 1, 0xFF);
|
||||||
wait_key();
|
wait_key();
|
||||||
|
|
||||||
u32 bytes_written = 0;
|
|
||||||
char filename_buf[21];
|
char filename_buf[21];
|
||||||
|
unsigned int bytes_written = 0;
|
||||||
|
|
||||||
// Arbitrary target buffer
|
// Arbitrary target buffer
|
||||||
// TODO: This should be done in a nicer way ;)
|
// TODO: This should be done in a nicer way ;)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user