mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 00:35:39 +03:00
Add GPIO 'H'.
This commit is contained in:
parent
fefa2a83e4
commit
5cbdd51bf4
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ use strict;
|
|||
|
||||
# io_def_generated.h
|
||||
|
||||
my @ports = ('A', 'B', 'C', 'D', 'E', 'F', 'G');
|
||||
my @ports = ('A', 'B', 'C', 'D', 'E', 'F', 'G', 'H');
|
||||
my @pins = 0 .. 15;
|
||||
my @timers = (1,2,3,4,6,7,8,15,16,17);
|
||||
my $drivers_dir = "../main/drivers";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue