mirror of
https://github.com/linux-msm/openocd.git
synced 2026-02-25 13:15:07 -08:00
- remove cygwin build warnings in at91sam3.c
git-svn-id: svn://svn.berlios.de/openocd/trunk@2434 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
@@ -1308,9 +1308,9 @@ sam3_explain_ckgr_plla(struct sam3_chip *pChip)
|
||||
static void
|
||||
sam3_explain_mckr(struct sam3_chip *pChip)
|
||||
{
|
||||
uint32_t css, pres,fin;
|
||||
int pdiv;
|
||||
const char *cp;
|
||||
uint32_t css, pres, fin = 0;
|
||||
int pdiv = 0;
|
||||
const char *cp = NULL;
|
||||
|
||||
css = sam3_reg_fieldname(pChip, "CSS", pChip->cfg.PMC_MCKR, 0, 2);
|
||||
switch (css & 3) {
|
||||
|
||||
Reference in New Issue
Block a user