Skip to content

Commit d629d2a

Browse files
committed
Fix error
1 parent 1da9571 commit d629d2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/MicrochipIPE.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ find_package(Java COMPONENTS Runtime)
55

66

77
set(PROGRAMER "ICD3" CACHE STRING "programador a utilizar")
8-
set_property(CACHE PLATFORM PROPERTY STRINGS ICD3 ICD4 PK3 PK4 PM3 PKOB)
8+
set_property(CACHE PROGRAMER PROPERTY STRINGS ICD3 ICD4 PK3 PK4 PM3 PKOB)
99

1010
#set(IPECMD ${Java_JAVA_EXECUTABLE} -jar "/opt/microchip/mplabx/v3.35/mplab_ipe/ipecmd.jar")
1111
set(IPE_LOG MPLABXLog.xml MPLABXLog.xml.0 MPLABXLog.xml.1 MPLABXLog.xml.2 MPLABXLog.xml.3 MPLABXLog.xml.4 MPLABXLog.xml.5 MPLABXLog.xml.6 MPLABXLog.xml.7)

0 commit comments

Comments
 (0)