Remove unused code to make code smaller
These might need to be added back eventually.
This commit is contained in:
@@ -45,7 +45,7 @@ void fat_print_pbp_info(full_bpb_t* bpb){
|
||||
}
|
||||
|
||||
void fat_init(){
|
||||
int i;
|
||||
//int i;
|
||||
|
||||
sd_readblock(0, fat_buf);
|
||||
|
||||
|
||||
@@ -13,20 +13,11 @@
|
||||
uint8_t buf[512];
|
||||
|
||||
int main() {
|
||||
int i;
|
||||
uint16_t rca;
|
||||
char* filename;
|
||||
|
||||
clrscr();
|
||||
cprintf("Hello, world!\n");
|
||||
|
||||
for (i = 0; i < 16; i++){
|
||||
//cprintf("Mapping %1xxxx to %2xxxx\n", i, i);
|
||||
mapper_write(i, i);
|
||||
}
|
||||
|
||||
cprintf("Enabling Mapper\n");
|
||||
mapper_enable(1);
|
||||
cprintf("Hello, world! Modified\n");
|
||||
|
||||
sd_init();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user