Go to file
Vinicius Costa Gomes 0efdb22ae5 pinmux: Fix using wrong variable name
In the pinmux_dev driver for the Quark SE development board in
pinmux_dev_set() the variable 'mode' was used, but it should have been
'func'. This was causing a compilation error:

/home/vinicius/work/zephyr/boards/quark_se_devboard/pinmux.c:
In function 'pinmux_dev_set':
/home/vinicius/work/zephyr/boards/quark_se_devboard/pinmux.c:245:23:
error: 'mode' undeclared (first use in this function)
  uint32_t mode_mask = mode << (pin_no << 1);

Change-Id: I5b9df7c6b488dc5b8819fcf59bb3b994d9d4820b
Signed-off-by: Vinicius Costa Gomes <vinicius.gomes@intel.com>
2016-03-08 21:28:28 +00:00
arch arc: remove CONFIG_SW_ISR_TABLE_BSP 2016-03-08 09:58:20 -08:00
boards pinmux: Fix using wrong variable name 2016-03-08 21:28:28 +00:00
doc doc: Edit microkernel_fifos for consistent .rst style and formatting. 2016-03-08 00:44:26 +00:00
drivers clock_control/Kconfig: fix quark_se dependencies 2016-03-08 16:47:48 +00:00
include Bluetooth: Use bt_auth_cancel for pairing cancel 2016-03-08 15:38:59 +00:00
kernel arch: & kernel: Updated Kconfigs to remove errors in html generation 2016-03-04 13:26:15 +00:00
lib libc-hooks: newlib's heap may use entire unused RAM 2016-02-27 09:57:19 +00:00
misc libc-hooks: newlib's heap may use entire unused RAM 2016-02-27 09:57:19 +00:00
net Bluetooth: Use bt_auth_cancel for pairing cancel 2016-03-08 15:38:59 +00:00
samples samples: uart: Test irq-based APIs 2016-03-08 14:21:40 +00:00
scripts sanitycheck: updated footprint numbers 2016-03-05 06:57:32 -05:00
tests Bluetooth: Use bt_auth_cancel for pairing cancel 2016-03-08 15:38:59 +00:00
.checkpatch.conf
.gitattributes
.gitignore gitignore: make sure that SOC specific linker scripts stay visible 2016-03-04 18:31:42 +00:00
.gitreview
.mailmap
Kbuild
Kconfig
Kconfig.zephyr
LICENSE
Makefile Zephyr 1.1.0 2016-03-05 06:57:40 -05:00
Makefile.inc
zephyr-env.sh zephyr-env.sh: Set correctly $ZEPHYR_BASE in zsh 2016-03-03 14:53:40 +00:00