aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32/STM32F1xx/onewire/main.c
diff options
context:
space:
mode:
authorbarthess <barthess@yandex.ru>2016-10-18 12:02:55 +0300
committerbarthess <barthess@yandex.ru>2016-10-18 12:02:55 +0300
commit555f301da2f276cc353a8e2d0a283a488bd8eeff (patch)
tree2ae51b49dec5bf94ef79ea97a66a263a2aef7b88 /testhal/STM32/STM32F1xx/onewire/main.c
parentbd47894d622acbc18bf99b0b46bf7b0ed7330634 (diff)
downloadChibiOS-Contrib-555f301da2f276cc353a8e2d0a283a488bd8eeff.tar.gz
ChibiOS-Contrib-555f301da2f276cc353a8e2d0a283a488bd8eeff.tar.bz2
ChibiOS-Contrib-555f301da2f276cc353a8e2d0a283a488bd8eeff.zip
1-Wire. Duplicated code from testhal apllications moved to separate directory.
Diffstat (limited to 'testhal/STM32/STM32F1xx/onewire/main.c')
-rw-r--r--testhal/STM32/STM32F1xx/onewire/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/STM32/STM32F1xx/onewire/main.c b/testhal/STM32/STM32F1xx/onewire/main.c
index 793bffe..5265edc 100644
--- a/testhal/STM32/STM32F1xx/onewire/main.c
+++ b/testhal/STM32/STM32F1xx/onewire/main.c
@@ -17,7 +17,7 @@
#include "ch.h"
#include "hal.h"
-#include "onewire_test.h"
+#include "testhal_onewire.h"
/*
* Application entry point.