Skip to content

Commit

Permalink
Merge pull request #230 from rei-vilo/patch-1
Browse files Browse the repository at this point in the history
Partial Fix for #227 Add -DMPIDE=23 Pre-Processor Option for gcc and g++
  • Loading branch information
ricklon committed Jun 3, 2012
2 parents a1ab4f6 + fdf1028 commit dca1c20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hardware/pic32/boards.txt
Expand Up @@ -4,7 +4,7 @@ uno_pic32.name=chipKIT UNO32
# new items
uno_pic32.platform=pic32
uno_pic32.board=_BOARD_UNO_
uno_pic32.compiler.define=-Danything_you_want::-Danything=1
uno_pic32.compiler.define=-DMPIDE=23
uno_pic32.ccflags=ffff
uno_pic32.ldscript=chipKIT-UNO32-application-32MX320F128L.ld
# end of new items
Expand Down Expand Up @@ -39,7 +39,7 @@ mega_pic32.name=chipKIT MAX32
# new items
mega_pic32.platform=pic32
mega_pic32.board=_BOARD_MEGA_
mega_pic32.compiler.define=-Danything_you_want
mega_pic32.compiler.define=-DMPIDE=23
mega_pic32.ccflags=ffff
mega_pic32.ldscript=chipKIT-MAX32-application-32MX795F512L.ld
# end of new items
Expand Down

0 comments on commit dca1c20

Please sign in to comment.