bcm: fix typo in gpio.c on unused AFedge0 constant

front
cinap_lenrek 2019-08-16 19:35:46 +02:00
parent 031f5756ab
commit bc8c31dbd5
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ enum {
Hpin0 = 0x64>>2,
Lpin0 = 0x70>>2,
ARedge0 = 0x7C>>2,
AFedge0 = 0x88>2,
AFedge0 = 0x88>>2,
PUD = 0x94>>2,
Off = 0x0,
Pulldown= 0x1,