BrentSeidel / BBS-BBB-Ada

A collection of Ada sources for working with Linux based embedded computers, such as the BeagleBone Black or Raspberry Pi
GNU General Public License v3.0
7 stars 3 forks source link

Pin settings in comment mixed up #4

Closed oldroger closed 8 years ago

oldroger commented 8 years ago

Hello Brent,

first of all - fine work you did - exactly what I was looking for. There a small typo in the comments for PinMuxing in the comments within bbs-bbb-pins.ads. Instead of -- EHRPWM1A: P9_14; -- or P8_34 -- EHRPWM1B: P9_16; -- or P8_36

it should be

-- EHRPWM1A: P9_14; -- or P8_36 -- EHRPWM1B: P9_16; -- or P8_34

Thanx and regards

Philipp

BrentSeidel commented 8 years ago

Should be corrected in commit 9b87f60b524911a28c5b169e6d6f48a3bbd9fa69, 05-Jun-2016.

BrentSeidel commented 8 years ago

Since there are no further comments on this, I will consider the issue closed. Thanks, Brent