ref: bc8c31dbd506731813a62b220ae544f2eb239c5f
parent: 031f5756aba3d07939a7eee6b2adf02f0a2d1d8d
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Fri Aug 16 15:35:46 EDT 2019
bcm: fix typo in gpio.c on unused AFedge0 constant
--- a/sys/src/9/bcm/gpio.c
+++ b/sys/src/9/bcm/gpio.c
@@ -25,7 +25,7 @@
Hpin0 = 0x64>>2,
Lpin0 = 0x70>>2,
ARedge0 = 0x7C>>2,
- AFedge0 = 0x88>2,
+ AFedge0 = 0x88>>2,
PUD = 0x94>>2,
Off = 0x0,
Pulldown= 0x1,
--
⑨