diff options
author | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2017-09-22 21:29:37 -0300 |
---|---|---|
committer | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2017-09-22 21:29:37 -0300 |
commit | daff46ee3b27b1fc2088de6b49682b4f41aeb080 (patch) | |
tree | 6d77469535a992bb2eab85d72f3353be8b0f0b34 /Project/Project.mk | |
parent | 748b7c8a73c4bc48ff11469e990532e9e673de0e (diff) | |
download | PSP.git-daff46ee3b27b1fc2088de6b49682b4f41aeb080.tar.gz PSP.git-daff46ee3b27b1fc2088de6b49682b4f41aeb080.tar.xz PSP.git-daff46ee3b27b1fc2088de6b49682b4f41aeb080.zip |
Saturated voltages implemented
Need to fix the current and update the saturation factors
Diffstat (limited to 'Project/Project.mk')
-rw-r--r-- | Project/Project.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Project/Project.mk b/Project/Project.mk index 66f5669..ba6b402 100644 --- a/Project/Project.mk +++ b/Project/Project.mk @@ -13,7 +13,7 @@ CurrentFileName := CurrentFilePath := CurrentFileFullPath := User :=NDSE-69 -Date :=21/09/2017 +Date :=22/09/2017 CodeLitePath :="C:/Program Files/CodeLite" LinkerName :=C:/TDM-GCC-64/bin/g++.exe SharedObjectLinkerName :=C:/TDM-GCC-64/bin/g++.exe -shared -fPIC |