1
0
mirror of https://github.com/DCC-EX/CommandStation-EX.git synced 2024-11-27 01:56:14 +01:00

balance if/endif

This commit is contained in:
Harald Barth 2022-01-05 01:23:36 +01:00
parent 14ede75643
commit 85f0712d31

View File

@ -11,6 +11,10 @@
// To prevent this, temporarily rename the file to myHal.txt or similar. // To prevent this, temporarily rename the file to myHal.txt or similar.
// //
// The #if directive prevent compile errors for Uno and Nano by excluding the
// HAL directives from the build.
#if !defined(IO_NO_HAL)
// Include devices you need. // Include devices you need.
#include "IODevice.h" #include "IODevice.h"
#include "IO_HCSR04.h" // Ultrasonic range sensor #include "IO_HCSR04.h" // Ultrasonic range sensor