Skip to content

Commit

Permalink
Fix build issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
networkfusion committed Oct 20, 2023
1 parent 05d37cc commit f328d6b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/flashcart/ed64/ed64_ll.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ void pi_dma_from_sram (void *dest, unsigned long offset, unsigned long size);
void pi_dma_to_sram (void* src, unsigned long offset, unsigned long size);
void pi_dma_from_cart_safe (void *dest, void *src, unsigned long size);

void ed64_ll_set_sdcard_timing(void);


#define SAV_EEP_ON 1
#define SAV_SRM_ON 2
Expand Down

0 comments on commit f328d6b

Please sign in to comment.