From 133f8e3768e19e288a60e514cbcc299fb5882836 Mon Sep 17 00:00:00 2001 From: jakeg00dwin Date: Sat, 27 Jul 2024 12:34:04 -0700 Subject: [PATCH] updated from MPLABX --- nbproject/Makefile-genesis.properties | 4 ++-- nbproject/configurations.xml | 2 ++ nbproject/private/private.xml | 7 +------ tests/TriacOut/test_TriacOut.cpp | 2 +- 4 files changed, 6 insertions(+), 9 deletions(-) diff --git a/nbproject/Makefile-genesis.properties b/nbproject/Makefile-genesis.properties index 696b43f..4f0ffdd 100644 --- a/nbproject/Makefile-genesis.properties +++ b/nbproject/Makefile-genesis.properties @@ -1,11 +1,11 @@ # -#Sat Jul 27 12:00:17 PDT 2024 +#Sat Jul 27 12:25:33 PDT 2024 attiny404.com-microchip-mplab-mdbcore-PK5Tool-PK5ToolImpl.md5=8ed9aa4326bfc0c1a849e697826741b7 attiny404.languagetoolchain.version=2.46 attiny404.com-microchip-mplab-nbide-toolchain-xc8-XC8LanguageToolchain.md5=bf89cdcdd6c0a49174fe4b605ef2b42d conf.ids=,attiny404 host.id=2ov5-ff4p-rv -configurations-xml=635c55ff9add3625ec6ff71ce27eca38 +configurations-xml=ad49d381d9f8f8cc8509eb7f94bc8af6 com-microchip-mplab-nbide-embedded-makeproject-MakeProject.md5=f612087c95360c842296d189edfe3321 attiny404.languagetoolchain.dir=/opt/microchip/xc8/v2.46/bin proj.dir=/home/ronin/Documents/projects/freelance/laith_naaman/Low diff --git a/nbproject/configurations.xml b/nbproject/configurations.xml index b8bde96..3837de0 100644 --- a/nbproject/configurations.xml +++ b/nbproject/configurations.xml @@ -214,6 +214,8 @@ + diff --git a/nbproject/private/private.xml b/nbproject/private/private.xml index 049c58a..284eeec 100644 --- a/nbproject/private/private.xml +++ b/nbproject/private/private.xml @@ -2,11 +2,6 @@ - - file:/home/ronin/Documents/projects/freelance/laith_naaman/fg004a_test.X/src/load/load.c - file:/home/ronin/Documents/projects/freelance/laith_naaman/fg004a_test.X/src/zero_cross_detection/zero_cross_detection.c - file:/home/ronin/Documents/projects/freelance/laith_naaman/fg004a_test.X/src/main.c - file:/home/ronin/Documents/projects/freelance/laith_naaman/fg004a_test.X/src/usart/usart.c - + diff --git a/tests/TriacOut/test_TriacOut.cpp b/tests/TriacOut/test_TriacOut.cpp index 4307f49..f0d275e 100644 --- a/tests/TriacOut/test_TriacOut.cpp +++ b/tests/TriacOut/test_TriacOut.cpp @@ -31,7 +31,7 @@ TEST_GROUP(test_TriacOut) { void setup() { - UT_PTR_SET(Delay_MicroSeconds, FakeDelay); + //UT_PTR_SET(Delay_MicroSeconds, FakeDelay); } void teardown() {