aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/src/hal_onewire.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 /os/hal/src/hal_onewire.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 'os/hal/src/hal_onewire.c')
-rw-r--r--os/hal/src/hal_onewire.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/src/hal_onewire.c b/os/hal/src/hal_onewire.c
index 85630d9..4e80807 100644
--- a/os/hal/src/hal_onewire.c
+++ b/os/hal/src/hal_onewire.c
@@ -881,7 +881,7 @@ size_t onewireSearchRom(onewireDriver *owp, uint8_t *result,
* Include test code (if enabled).
*/
#if ONEWIRE_SYNTH_SEARCH_TEST
-#include "search_rom_synth.c"
+#include "synth_searchrom.c"
#endif
#endif /* HAL_USE_ONEWIRE */