Skip to content

Commit

Permalink
Fix hex and read me files paths
Browse files Browse the repository at this point in the history
  • Loading branch information
amrabdelmoghny authored Sep 29, 2022
1 parent f03163d commit 8e0b660
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions prebuilt/.main-meta/main.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@
"category": "com.microchip.portal.fileRef",
"content": {
"metaDataVersion": "1.0.0",
"fileName": "./../../../../README.md",
"fileName": "./../README.md",
"mimeType": "text/markdown"
}
},
"hexFileNamePath": "./prebuilt/aws_sdk_wfi32_iot_freertos.X.production.hex"
"hexFileNamePath": "./../prebuilt/aws_sdk_wfi32_iot_freertos.X.production.hex"
}
}
}

0 comments on commit 8e0b660

Please sign in to comment.