This is an automated email from Gerrit. Jonathan Dumaresq (jdumar...@cimeq.qc.ca) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/370
-- gerrit commit fad83ac369aeb5b6ac3ad171b59445250c7cf9c1 Author: Jonathan Dumaresq <jdumar...@cimeq.qc.ca> Date: Thu Jan 12 14:13:39 2012 -0500 Add the static keyword to get the stm32f0x file compiling Change-Id: Ia09d1b3ece9350d0e31299df4086a0edad5026cd Signed-off-by: Jonathan Dumaresq <jdumar...@cimeq.qc.ca> diff --git a/src/flash/nor/stm32f1x.c b/src/flash/nor/stm32f1x.c index ab2d274..4df9ea6 100644 --- a/src/flash/nor/stm32f1x.c +++ b/src/flash/nor/stm32f1x.c @@ -206,7 +206,7 @@ static int stm32x_wait_status_busy(struct flash_bank *bank, int timeout) return retval; } -int stm32x_check_operation_supported(struct flash_bank *bank) +static int stm32x_check_operation_supported(struct flash_bank *bank) { struct stm32x_flash_bank *stm32x_info = bank->driver_priv; -- ------------------------------------------------------------------------------ RSA(R) Conference 2012 Mar 27 - Feb 2 Save $400 by Jan. 27 Register now! http://p.sf.net/sfu/rsa-sfdev2dev2 _______________________________________________ OpenOCD-devel mailing list OpenOCD-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/openocd-devel