Skip to content

Commit

Permalink
fixup! feat(core): improve t3w1 display driver init/deinit
Browse files Browse the repository at this point in the history
  • Loading branch information
cepetr committed Jan 2, 2025
1 parent 3d60902 commit 2357c44
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions core/embed/io/display/ltdc_dsi/display_driver.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

#pragma GCC optimize("-O0")

#include <trezor_bsp.h>
#include <trezor_model.h>
#include <trezor_rtl.h>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@

#include "../../display_internal.h"

#pragma GCC optimize("-O0")

// todo static assert resolution

bool panel_init(display_driver_t *drv) {
Expand Down

0 comments on commit 2357c44

Please sign in to comment.