mirror of
https://github.com/linux-msm/openocd.git
synced 2026-02-25 13:15:07 -08:00
warning: fix warning where GCC didn't catch a doubly declared global structure
Why hasn't earlier versions of GCC caught this? Bug? Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>
This commit is contained in:
@@ -98,7 +98,7 @@
|
||||
#define offset_EFC_FRR 12
|
||||
|
||||
|
||||
struct flash_driver at91sam3_flash;
|
||||
extern struct flash_driver at91sam3_flash;
|
||||
|
||||
static float
|
||||
_tomhz(uint32_t freq_hz)
|
||||
|
||||
Reference in New Issue
Block a user