Fix artf3337 - add include to define int32_t in CounterBase.h

Change-Id: Ia6ce4e57a36d628fb9f61e1ac8c3d3101e22f165
This commit is contained in:
Kevin O'Connor
2014-08-18 14:18:43 -04:00
parent 687bc44ae5
commit dddba82d18

View File

@@ -5,6 +5,8 @@
/*----------------------------------------------------------------------------*/
#pragma once
#include <stdint.h>
/**
* Interface for counting the number of ticks on a digital input channel.
* Encoders, Gear tooth sensors, and counters should all subclass this so it can