Skip to content

Commit

Permalink
Use size optimization option
Browse files Browse the repository at this point in the history
  • Loading branch information
DiSlord Live committed Mar 12, 2023
1 parent c25738a commit 0397af0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions FatFs/ff.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
#include "ff.h" /* Declarations of FatFs API */
#include "diskio.h" /* Declarations of device I/O functions */

// Use size optimization
#pragma GCC optimize ("Os")

/*--------------------------------------------------------------------------
Expand Down

0 comments on commit 0397af0

Please sign in to comment.