Skip to content

Commit

Permalink
Build: Update to latest Teensy backend
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryzee119 committed Jun 22, 2022
1 parent c040155 commit 1f4dc74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
; SPDX-License-Identifier: GPL-2.0

[env:teensy41]
platform = teensy@~4.13.1
platform = teensy@~4.16.0
board = teensy41
framework = arduino
board_build.f_cpu = 800000000

build_unflags = -Wall
lib_ignore = USBHost_t36, Time

src_filter =
build_src_filter =
+<*.c> +<*.cpp>
+<printf/printf.c>
+<USBHost_t36/*.cpp>
Expand Down

0 comments on commit 1f4dc74

Please sign in to comment.