diff options
author | Michael J. Chudobiak <mjc@avtechpulse.com> | 2012-10-04 08:06:25 -0400 |
---|---|---|
committer | Michael J. Chudobiak <mjc@avtechpulse.com> | 2012-10-04 08:06:25 -0400 |
commit | ff3ecc0632fbe0671f000595604e7c1de77f33dc (patch) | |
tree | 6518a6fd22666c960dfb204c805ed7b4fb371a77 /bus.c | |
parent | b5d824985ca85bda978185bddca4066ac63a249c (diff) |
astyle fixes
Diffstat (limited to 'bus.c')
-rw-r--r-- | bus.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -200,8 +200,8 @@ static void gpmc_setup(void) int WRACCESSTIME = DATA_READY; int config6 = WRACCESSTIME << 24; - - + + pinmux_configurepin("gpmc_csn0", PULL_UP | MODE_0); pinmux_configurepin("gpmc_oen_ren", PULL_UP | MODE_0); pinmux_configurepin("gpmc_wen", PULL_UP | MODE_0); |