PIC32Mx440F256H Compile error

An area to discuss ARM specific problems and examples

Moderator: Benj

Post Reply
volodymyr0604
Posts: 47
Joined: Sun Apr 05, 2009 2:39 pm
Been thanked: 1 time
Contact:

PIC32Mx440F256H Compile error

Post by volodymyr0604 »

Hello. I found a problem with initialization PIC32Mx440F256H
In file included from C:\Program Files (x86)\Flowcode 7\CAL\includes.c:821:0,
C:\Program Files (x86)\Flowcode 7\CAL\PIC32BIT\PIC32BIT_CAL_SPI.c:98:11: error: redefinition of 'MX_PRESCALE_VAR_X'
MX_UINT8 MX_PRESCALE_VAR_X = MX_SPI_PR_SCALE_X;
C:\Program Files (x86)\Flowcode 7\CAL\PIC32BIT\PIC32BIT_CAL_SPI.c:98:11: note: previous definition of 'MX_PRESCALE_VAR_X' was here
MX_UINT8 MX_PRESCALE_VAR_X = MX_SPI_PR_SCALE_X;

User avatar
Benj
Matrix Staff
Posts: 15312
Joined: Mon Oct 16, 2006 10:48 am
Location: Matrix TS Ltd
Has thanked: 4803 times
Been thanked: 4314 times
Contact:

Re: PIC32Mx440F256H Compile error

Post by Benj »


Post Reply