From 0397af028327af45c606828ab7521059a3e8738d Mon Sep 17 00:00:00 2001 From: DiSlord Live Date: Sun, 12 Mar 2023 10:31:46 +0300 Subject: [PATCH] Use size optimization option --- FatFs/ff.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/FatFs/ff.c b/FatFs/ff.c index 580a916f..b658786e 100644 --- a/FatFs/ff.c +++ b/FatFs/ff.c @@ -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") /*--------------------------------------------------------------------------