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:
parent
14ede75643
commit
85f0712d31
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user