diff options
| author | Matt Strapp <strap012@umn.edu> | 2021-03-28 10:12:10 -0500 |
|---|---|---|
| committer | Matt Strapp <strap012@umn.edu> | 2021-03-28 10:12:10 -0500 |
| commit | f3f8cbd69e290ccbd60f9cbc0b1d9b63645127bb (patch) | |
| tree | dd3ab9128eee3ca38e86f83d705526d596c0f732 /PICCode.X/nbproject/Makefile-impl.mk | |
| parent | Added intial PIC24 Firmware (diff) | |
| download | ee3102-f3f8cbd69e290ccbd60f9cbc0b1d9b63645127bb.tar ee3102-f3f8cbd69e290ccbd60f9cbc0b1d9b63645127bb.tar.gz ee3102-f3f8cbd69e290ccbd60f9cbc0b1d9b63645127bb.tar.bz2 ee3102-f3f8cbd69e290ccbd60f9cbc0b1d9b63645127bb.tar.lz ee3102-f3f8cbd69e290ccbd60f9cbc0b1d9b63645127bb.tar.xz ee3102-f3f8cbd69e290ccbd60f9cbc0b1d9b63645127bb.tar.zst ee3102-f3f8cbd69e290ccbd60f9cbc0b1d9b63645127bb.zip | |
Add a basic VtoI function
Also rearrange things and commit iconoclasm
Diffstat (limited to '')
| -rw-r--r-- | PICCode.X/nbproject/Makefile-impl.mk (renamed from EE3102Testing.X/nbproject/Makefile-impl.mk) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/EE3102Testing.X/nbproject/Makefile-impl.mk b/PICCode.X/nbproject/Makefile-impl.mk index b3c14e3..7bac8e4 100644 --- a/EE3102Testing.X/nbproject/Makefile-impl.mk +++ b/PICCode.X/nbproject/Makefile-impl.mk @@ -24,7 +24,7 @@ CLEAN_SUBPROJECTS=${CLEAN_SUBPROJECTS_${SUBPROJECTS}} # Project Name -PROJECTNAME=EE3102Testing.X +PROJECTNAME=PICCode.X # Active Configuration DEFAULTCONF=default |
