mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-26 01:35:41 +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
|
# 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 @pins = 0 .. 15;
|
||||||
my @timers = (1,2,3,4,6,7,8,15,16,17);
|
my @timers = (1,2,3,4,6,7,8,15,16,17);
|
||||||
my $drivers_dir = "../main/drivers";
|
my $drivers_dir = "../main/drivers";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue